Skip to content

Commit b7c54e1

Browse files
committed
Fix test
1 parent d0ff33f commit b7c54e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/repo_webhook_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func Test_WebhookIssueComment(t *testing.T) {
301301

302302
// 3. validate the webhook is not triggered because no content change
303303
assert.Empty(t, triggeredEvent)
304-
assert.Zero(t, payloads)
304+
assert.Empty(t, payloads)
305305
})
306306
})
307307
}

0 commit comments

Comments
 (0)