Skip to content

Commit

Permalink
Update node/src/tests/test-Consumer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc authored Oct 26, 2023
1 parent 2888abe commit ae2d940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/tests/test-Consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ test('consumer.close() succeeds', async () =>

transportDump.consumerIds = transportDump.consumerIds.sort();

expect(routerDump)
expect(transportDump)
.toMatchObject(
{
id : transport2.id,
Expand Down

0 comments on commit ae2d940

Please sign in to comment.