Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 17, 2024
1 parent 2657e6a commit 31f6a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ All notable changes to insta and cargo-insta are documented here.
themselves contain `###`. If there are no existing `#` characters in the
snapshot value, a single `#` will be used. #540

- Inline snapshots can now be updated with `--force-update-snapshots`. #569

- `cargo insta test` accepts multiple `--exclude` flags. #520

- `test` `runner` in insta's yaml config works. #544
Expand Down
1 change: 0 additions & 1 deletion cargo-insta/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ fn test_excessive_hashes() {

assert_success(&output);

// Check the contents of the updated file
assert_snapshot!(test_project.diff("src/lib.rs"), @r#####"
--- Original: src/lib.rs
+++ Updated: src/lib.rs
Expand Down

0 comments on commit 31f6a87

Please sign in to comment.