Skip to content

Commit a10ed38

Browse files
tegefaulkesCMCDragonkai
authored andcommitted
fixin
1 parent 34eaed6 commit a10ed38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/rpc/RPCClient.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,6 @@ describe(`${RPCClient.name}`, () => {
10231023
expect(ctx?.signal.aborted).toBeTrue();
10241024
expect(ctx?.signal.reason).toBeInstanceOf(rpcErrors.ErrorRPCTimedOut);
10251025
});
1026-
// FIXME
10271026
test('duplex caller handles abort awaiting stream', async () => {
10281027
const forwardPassThroughStream = new TransformStream<
10291028
Uint8Array,

0 commit comments

Comments
 (0)