Skip to content

Commit

Permalink
Fix tests with last release
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 30, 2023
1 parent 4378e0e commit e670f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/tests/rstest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ mod should_show_correct_errors {
output.stderr.str(),
"
105 | #[timeout(42)]
| ^^ expected struct `Duration`, found integer
| ^^ expected `Duration`, found integer
"
.unindent()
);
Expand Down

0 comments on commit e670f99

Please sign in to comment.