Adjust test
This commit is contained in:
parent
6a3a8ed86f
commit
d1a19f96d5
|
@ -131,7 +131,7 @@ func TestJoin(t *testing.T) {
|
||||||
|
|
||||||
assert.EqualValues(t, "[a].*,[b].[c]", quoter.Join([]string{"a.*", " b.c"}, ","))
|
assert.EqualValues(t, "[a].*,[b].[c]", quoter.Join([]string{"a.*", " b.c"}, ","))
|
||||||
|
|
||||||
assert.EqualValues(t, "[a] [c]", quoter.Join([]string{"a c"}, ","))
|
assert.EqualValues(t, "[b] [a]", quoter.Join([]string{"b a"}, ","))
|
||||||
|
|
||||||
assert.EqualValues(t, "[f1], [f2], [f3]", quoter.Join(cols, ", "))
|
assert.EqualValues(t, "[f1], [f2], [f3]", quoter.Join(cols, ", "))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue