Skip to content

Commit

Permalink
#119 better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Nov 27, 2021
1 parent 11cdaba commit a4e34f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/mod.rs
Expand Up @@ -201,7 +201,7 @@ mod should {
#[rstest]
#[case("once.rs")]
#[case::no_return("once_no_return.rs")]
#[case::no_return("once_defined_type.rs")]
#[case::defined_type("once_defined_type.rs")]
fn accept_once_attribute_and_call_fixture_just_once(#[case] fname: &str) {
let project = prj(fname).with_nocapture();

Expand Down

0 comments on commit a4e34f2

Please sign in to comment.