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 3cdc033 commit 2e04f73Copy full SHA for 2e04f73
models/migrations/v1_25/v322_test.go
@@ -35,5 +35,5 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
35
require.NotNil(t, column)
36
37
assert.Contains(t, []string{"NVARCHAR", "VARCHAR"}, column.SQLType.Name)
38
- assert.EqualValues(t, 4000, column.Length)
+ assert.EqualValues(t, int64(4000), column.Length)
39
}
0 commit comments