We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a496 commit 6e93392Copy full SHA for 6e93392
set_test.go
@@ -632,7 +632,7 @@ func Test_SetUnion(t *testing.T) {
632
633
e := c.Union(d)
634
if e.Cardinality() != 8 {
635
- t.Error("set e should should have 8 elements in it after being unioned with set c to d")
+ t.Error("set e should have 8 elements in it after being unioned with set c to d")
636
}
637
638
f := NewSet[int]()
@@ -668,7 +668,7 @@ func Test_UnsafeSetUnion(t *testing.T) {
668
669
670
671
672
673
674
f := NewThreadUnsafeSet[int]()
0 commit comments