Skip to content

Commit

Permalink
Update graceful-shutdown-integration.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Oct 1, 2022
1 parent fbc5f3c commit 4614ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('Ability for users to exit without losing events', () => {
expect(fetcher).toBeCalledTimes(1)
expect(trackCallCount).toBe(1)
})
test('any events created after close should emit an error', async () => {
test('any events created after close should be emitted', async () => {
const events: NodeSegmentEvent[] = []
ajs.on('call_after_close', (event) => {
events.push(event)
Expand Down

0 comments on commit 4614ebf

Please sign in to comment.