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 d1071d6 commit b5d1bd5Copy full SHA for b5d1bd5
1 file changed
models/issue_test.go
@@ -10,7 +10,7 @@ import (
10
"github.com/stretchr/testify/assert"
11
)
12
13
-func TestIssueReplaceLabels(t *testing.T) {
+func TestIssue_ReplaceLabels(t *testing.T) {
14
assert.NoError(t, PrepareTestDatabase())
15
16
testSuccess := func(issueID int64, labelIDs []int64) {
0 commit comments