Skip to content

Commit bf87302

Browse files
committed
chore: remove comments
1 parent f9eed54 commit bf87302

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integrationtest/root_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ func TestSpec(t *testing.T) {
1414

1515
convey.Convey("user test", t, UserSpec(ctx, urlStr))
1616
convey.Convey("repo test", t, RepoSpec(ctx, urlStr))
17-
// convey.Convey("branch test", t, BranchSpec(ctx, urlStr))
18-
// convey.Convey("wip test", t, WipSpec(ctx, urlStr))
19-
// convey.Convey("object test", t, ObjectSpec(ctx, urlStr))
20-
// convey.Convey("wip object test", t, WipObjectSpec(ctx, urlStr))
21-
// convey.Convey("commit test", t, GetEntriesInRefSpec(ctx, urlStr))
17+
convey.Convey("branch test", t, BranchSpec(ctx, urlStr))
18+
convey.Convey("wip test", t, WipSpec(ctx, urlStr))
19+
convey.Convey("object test", t, ObjectSpec(ctx, urlStr))
20+
convey.Convey("wip object test", t, WipObjectSpec(ctx, urlStr))
21+
convey.Convey("commit test", t, GetEntriesInRefSpec(ctx, urlStr))
2222
}

0 commit comments

Comments
 (0)