aaronabramov / k9

Rust testing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better error message for snapshot failure (when no snapshot present)

aaronabramov opened this issue · comments

Right now if snapshot doesn't exist it'll just be a message that you need to update it.
it would be nice to show what the snapshot value (that would've been written) would look like

Gotcha!

fixed in #117