Skip to content

Commit

Permalink
Remove unused tests (#458)
Browse files Browse the repository at this point in the history
Maybe not worth a PR, but not sure what these tests were doing in `test_inline.rs`. (I added them five years ago!)
  • Loading branch information
max-sixty authored Mar 26, 2024
1 parent 3cb9934 commit bd61d8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions tests/snapshots/test_inline__unnamed_single_line-2.snap

This file was deleted.

5 changes: 0 additions & 5 deletions tests/snapshots/test_inline__unnamed_single_line.snap

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test_inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ fn test_single_line() {
assert_snapshot!("Testing", @"Testing");
}

#[test]
fn test_unnamed_single_line() {
assert_snapshot!("Testing");
assert_snapshot!("Testing-2");
}

// We used to use the thread name for snapshot name detection. This is unreliable
// so this test now basically does exactly the same as `test_unnamed_single_line`.
#[test]
Expand Down

0 comments on commit bd61d8c

Please sign in to comment.