Skip to content

Commit b753e7f

Browse files
author
Mithilesh Gupta
committed
Modified tree length in test
1 parent 7b13bc0 commit b753e7f

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
@@ -18,7 +18,7 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
1818

1919
type Comment struct {
2020
ID int64 `xorm:"pk autoincr"`
21-
TreePath string `xorm:"VARCHAR(500)"`
21+
TreePath string `xorm:"VARCHAR(255)"`
2222
}
2323

2424
x, deferable := base.PrepareTestEnv(t, 0, new(Comment))

0 commit comments

Comments
 (0)