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 40f4b7e commit 34afc8eCopy full SHA for 34afc8e
routers/web/repo/wiki_test.go
@@ -247,8 +247,9 @@ func TestDefaultWikiBranch(t *testing.T) {
247
// repo with wiki
248
assert.NoError(t, repo_model.UpdateRepositoryColsNoAutoTime(
249
db.DefaultContext,
250
- &repo_model.Repository{ID: 1, DefaultWikiBranch: "wrong-branch"}),
+ &repo_model.Repository{ID: 1, DefaultWikiBranch: "wrong-branch"},
251
"default_wiki_branch",
252
+ ),
253
)
254
255
ctx, _ := contexttest.MockContext(t, "user2/repo1/wiki")
0 commit comments