Skip to content

Commit 2e04f73

Browse files
author
Mithilesh Gupta
committed
Fixed ci issue
1 parent 3cdc033 commit 2e04f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v1_25/v322_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
3535
require.NotNil(t, column)
3636

3737
assert.Contains(t, []string{"NVARCHAR", "VARCHAR"}, column.SQLType.Name)
38-
assert.EqualValues(t, 4000, column.Length)
38+
assert.EqualValues(t, int64(4000), column.Length)
3939
}

0 commit comments

Comments
 (0)