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 2e5471d commit 5064d83Copy full SHA for 5064d83
tests/integration/api_repo_test.go
@@ -735,5 +735,5 @@ func TestAPIRepoGetAssignees(t *testing.T) {
735
resp := MakeRequest(t, req, http.StatusOK)
736
var assignees []*api.User
737
DecodeJSON(t, resp, &assignees)
738
- assert.Len(t, assignees, 1)
+ assert.Len(t, assignees, 2)
739
}
0 commit comments