Skip to content

Commit

Permalink
test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 26, 2024
1 parent 529373d commit b1e6a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/komainu/src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ mod test {
map2.insert("hello", "world");
map2.insert("hello", "owo");

assert!(map2.get("hello").is_none());

serde_test::assert_de_tokens(
&map2,
&[
Expand Down

0 comments on commit b1e6a14

Please sign in to comment.