Skip to content

Commit

Permalink
Update test-log crate, rename snapshot files accordingly
Browse files Browse the repository at this point in the history
The previous version of this proc-macro crate would presumably
wrap tests in a function named `test_impl`, which would be picked up
by the insta crate when choosing a file name for snapshots.

It apparently doesn’t do that anymore, so rename snapshot files
to use the actual test function name.
  • Loading branch information
SimonSapin committed Oct 13, 2023
1 parent b9176b9 commit d95ec0a
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6418,13 +6418,13 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test-log"
version = "0.2.12"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
checksum = "f66edd6b6cd810743c0c71e1d085e92b01ce6a72782032e3f794c8284fe4bcdd"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
"syn 2.0.29",
]

[[package]]
Expand Down

0 comments on commit d95ec0a

Please sign in to comment.