Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 3, 2023
1 parent 49369d5 commit 722f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/main_internals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestContains(t *testing.T) {
}{
{[]int{}, 1, false},
{[]int{1, 2, 3}, 2, true},
{[]int{1, 2, 3}, 4, true},
{[]int{1, 2, 3}, 4, false},
}

for _, test := range tests {
Expand Down

0 comments on commit 722f29f

Please sign in to comment.