Skip to content

Commit

Permalink
Remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
TehPers committed Aug 13, 2024
1 parent 15968af commit 7d0fc48
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/error_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ fn simple() {
);
}

#[test]
fn alias() {
use expecters::prelude::not as my_not;

expect!(
try_expect!(1, my_not, to_equal(1)),
to_be_err_and,
as_display,
to_contain_substr("my_not"),
);
}

#[test]
fn non_debug() {
#[derive(PartialEq)]
Expand Down

0 comments on commit 7d0fc48

Please sign in to comment.