Skip to content

Commit

Permalink
PR: add test description text
Browse files Browse the repository at this point in the history
  • Loading branch information
shua committed Jul 1, 2024
1 parent 21008a3 commit 5735aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fn basic_adt_variant_dup() {
}
]

[ /* TODO */ ]
[ "the enum variant `Baz` is defined twice", ]

expect_test::expect![[r#"variant "Baz" defined multiple times"#]]
)
Expand All @@ -165,7 +165,7 @@ fn basic_adt_field_dup() {
}
]

[ /* TODO */ ]
[ "the struct field `baz` is defined twice", ]

expect_test::expect![[r#"field "baz" of variant "struct" defined multiple times"#]]
)
Expand Down

0 comments on commit 5735aae

Please sign in to comment.