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 f9eed54 commit bf87302Copy full SHA for bf87302
integrationtest/root_test.go
@@ -14,9 +14,9 @@ func TestSpec(t *testing.T) {
14
15
convey.Convey("user test", t, UserSpec(ctx, urlStr))
16
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))
+ convey.Convey("branch test", t, BranchSpec(ctx, urlStr))
+ convey.Convey("wip test", t, WipSpec(ctx, urlStr))
+ convey.Convey("object test", t, ObjectSpec(ctx, urlStr))
+ convey.Convey("wip object test", t, WipObjectSpec(ctx, urlStr))
+ convey.Convey("commit test", t, GetEntriesInRefSpec(ctx, urlStr))
22
}
0 commit comments