Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Oct 17, 2024
1 parent 0c58eec commit 76dbce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/channel/queuedChannel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('A queued channel', () => {
expect(outputChannel.publish).toHaveBeenNthCalledWith(2, 'bar');
});

it('should not require flush for processing re-enqueued messages', async () => {
it('should resume processing on re-enqueued message errors', async () => {
const outputChannel: OutputChannel<string> = {
close: jest.fn().mockResolvedValue(undefined),
publish: jest.fn()
Expand Down

0 comments on commit 76dbce7

Please sign in to comment.