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 9b44ed8 commit 0589dfdCopy full SHA for 0589dfd
models/migrations/v1_25/v322_test.go
@@ -28,5 +28,5 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
28
table := base.LoadTableSchemasMap(t, x)["comment"]
29
column := table.GetColumn("tree_path")
30
assert.Contains(t, []string{"NVARCHAR", "VARCHAR"}, column.SQLType.Name)
31
- assert.EqualValues(t, int64(4000), column.Length)
+ assert.EqualValues(t, 4000, column.Length)
32
}
0 commit comments