Closed jdhoffa closed 2 years ago
No this is actually a different test. I am just trying to prune expect_snapshot
wherever it appears (if we can).
In this particular test, we are just ensuring that a weird case (UP266
) works (ie. no warnings or errors). The expect_snapshot_value
here is really checking that the contents of the output is correct.
Here I update a
expect_snapshot
toexpect_snapshot_value
, as I think the former is overkill.