We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7f663 commit 8654ab3Copy full SHA for 8654ab3
models/migrations/v1_25/v322_test.go
@@ -36,7 +36,7 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
36
column := table.GetColumn("tree_path")
37
assert.NotNil(t, column)
38
assert.Contains(t, []string{"NVARCHAR", "VARCHAR"}, column.SQLType.Name)
39
- assert.Equal(t, int64(4000), column.Length)
+ assert.Equal(t, int64(4000), int64(column.Length))
40
}
41
42
0 commit comments