Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: WYGIN <wygininc@gmail.com>

Author:    WYGIN <wygininc@gmail.com>
Date:      Sat Mar 30 08:07:30 2024 +0000
Changes to be committed:
	modified:   util_test.go
  • Loading branch information
SaikiranIndia authored and WYGIN committed Mar 30, 2024
1 parent 5a8a519 commit 3eb4bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func testUtils(t *testing.T, when spec.G, it spec.S) {
h.AssertEq(t, stringSet.StringSlice(), items)
})
it("should not support duplicates", func() {
stringSet := imgutil.NewStringSet()
item1 := "item1"
item2 := "item2"
items := []string{item1, item2, item1}
Expand Down

0 comments on commit 3eb4bc6

Please sign in to comment.