Skip to content

Commit 667ea2d

Browse files
committed
Fix test
1 parent 2dd6dae commit 667ea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func Test_GetIssueIDsByRepoID(t *testing.T) {
4141

4242
ids, err := GetIssueIDsByRepoID(1)
4343
assert.NoError(t, err)
44-
assert.Len(t, ids, 6)
44+
assert.Len(t, ids, 5)
4545
}
4646

4747
func TestIssueAPIURL(t *testing.T) {

0 commit comments

Comments
 (0)