Skip to content

Commit c7d027f

Browse files
committed
Updating integration test
1 parent c9cbbdd commit c7d027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/mysql/mysqldump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestProcessMySQLDump_Scalar(t *testing.T) {
4040
ty string
4141
expected ddl.Type
4242
}{
43-
{"varbinary(100)", ddl.Type{Name: ddl.Bytes, Len: ddl.MaxLength}},
43+
{"varbinary(100)", ddl.Type{Name: ddl.Bytes, Len: int64(100)}},
4444
{"bigint", ddl.Type{Name: ddl.Int64}},
4545
{"bool", ddl.Type{Name: ddl.Bool}},
4646
{"boolean", ddl.Type{Name: ddl.Bool}},

0 commit comments

Comments
 (0)