Skip to content

Commit dcc6c2b

Browse files
committed
Fix TestAPIPullReview
1 parent 7fb19dc commit dcc6c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_pull_review_test.go

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

3939
var reviews []*api.PullReview
4040
DecodeJSON(t, resp, &reviews)
41-
if !assert.Len(t, reviews, 6) {
41+
if !assert.Len(t, reviews, 8) {
4242
return
4343
}
4444
for _, r := range reviews {

0 commit comments

Comments
 (0)