Skip to content

Commit 733bdc3

Browse files
committed
chore: remove test comment
1 parent 66a2b28 commit 733bdc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/branch_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ func TestRefRepoInsert(t *testing.T) {
9494
require.True(t, hasMore)
9595

9696
// After
97-
// require.Len(t, branch.Name, 3)
9897
list5, hasMore, err := repo.List(ctx, models.NewListBranchParams().SetRepositoryID(branch.RepositoryID).SetAfter(utils.String("feat/abcd/aaa")))
9998
require.NoError(t, err)
10099
require.Len(t, list5, 1)

0 commit comments

Comments
 (0)