Skip to content

Commit

Permalink
fix: test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vbshnsk committed Oct 17, 2022
1 parent e675473 commit 62848ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pubsub-transport.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('PubSubTransport', () => {
expect(logInfoSpy).toBeCalled();
});

it('handles incoming messages if', async () => {
it('handles incoming messages if handler does not return Observable', async () => {
const message = new Message({} as any, {
ackId: 'ackId',
message: {
Expand Down

0 comments on commit 62848ba

Please sign in to comment.