Skip to content

Commit b5d1bd5

Browse files
committed
fix: revert test function name.
1 parent d1071d6 commit b5d1bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/stretchr/testify/assert"
1111
)
1212

13-
func TestIssueReplaceLabels(t *testing.T) {
13+
func TestIssue_ReplaceLabels(t *testing.T) {
1414
assert.NoError(t, PrepareTestDatabase())
1515

1616
testSuccess := func(issueID int64, labelIDs []int64) {

0 commit comments

Comments
 (0)