Skip to content

Commit 48617cb

Browse files
committed
fixed test
1 parent cd7eb68 commit 48617cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func TestSetConvertToString(t *testing.T) {
272272
bit uint64
273273
expectedStr string
274274
}{
275-
{[]string{"", "a", "b", "c"}, sql.Collation_Default, 15, "a,b,c"},
275+
{[]string{"", "a", "b", "c"}, sql.Collation_Default, 15, ",a,b,c"},
276276
{[]string{"", "a", "b", "c"}, sql.Collation_Default, 14, "a,b,c"},
277277
}
278278

0 commit comments

Comments
 (0)