Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckousik committed Sep 15, 2022
1 parent 0f467df commit efd09ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/transport.browser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ describe('Transport interoperability tests', () => {
let data = 'dataToBeEchoedBackToMe\n';
let response = await pipe([uint8arrayFromString(data)], stream, async (source) => await first(source));
expect(response?.subarray()).to.equalBytes(uint8arrayFromString(data));
// console.log('Response was suppsed to be', data);
});
});

0 comments on commit efd09ca

Please sign in to comment.