Skip to content

Commit 901b589

Browse files
test: align created_at reason expectation
1 parent cbec93c commit 901b589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/handlers/event-message-handler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ describe('EventMessageHandler', () => {
293293

294294
expect(
295295
(handler as any).canAcceptEvent(event)
296-
).to.equal('invalid: created_at is more than 100 seconds in the future')
296+
).to.equal('rejected: created_at is more than 100 seconds in the future')
297297
})
298298
})
299299

0 commit comments

Comments
 (0)