Skip to content

Commit 75a4a56

Browse files
committed
Test fix
1 parent a47ed0b commit 75a4a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/conversion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func TestGeneralizeTypes(t *testing.T) {
199199
{Boolean, Int64, Int64},
200200
{Boolean, Boolean, Boolean},
201201
{Text, Text, Text},
202-
{Text, LongText, Text},
202+
{Text, LongText, LongText},
203203
{Text, Float64, LongText},
204204
{Int64, Text, LongText},
205205
{Int8, Null, Int8},

0 commit comments

Comments
 (0)