diff options
Diffstat (limited to 'lib_test.go')
-rw-r--r-- | lib_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_test.go b/lib_test.go index da75dee..1e2f324 100644 --- a/lib_test.go +++ b/lib_test.go @@ -234,7 +234,7 @@ func TestSortCoordinates(t *testing.T) { } func TestInStrSlice(t *testing.T) { - assert.EqualValues(t, -1, inStrSlice([]string{}, "")) + assert.EqualValues(t, -1, inStrSlice([]string{}, "", true)) } func TestBoolValMarshal(t *testing.T) { |