1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

feat: add Minus func for set

This commit is contained in:
dudaodong
2022-04-01 16:48:37 +08:00
parent f28b5b2f92
commit f5bf5183cc

View File

@@ -129,7 +129,7 @@ func TestSet_Intersection(t *testing.T) {
}
func TestSet_Minus(t *testing.T) {
assert := internal.NewAssert(t, "TestSet_Intersection")
assert := internal.NewAssert(t, "TestSet_Minus")
set1 := NewSet(1, 2, 3)
set2 := NewSet(2, 3, 4, 5)