Skip to content

Commit

Permalink
Update crates/core/tests/test_merge.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ValuedMammal <[email protected]>
  • Loading branch information
pluveto and ValuedMammal authored Nov 24, 2024
1 parent c95464f commit f70779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/tests/test_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn test_is_empty() {
assert!(set.is_empty());

let vec: Vec<i32> = Vec::new();
assert!(vec.is_empty());
assert!(Merge::is_empty(&vec);
}

#[test]
Expand Down

0 comments on commit f70779d

Please sign in to comment.