Skip to content

Commit 73e4a41

Browse files
committed
test: add test command to rsocket-websocket-server
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent 967590c commit 73e4a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rsocket-websocket-server/src/__tests__/WebsocketDuplexConnection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("WebsocketDuplexConnection", function () {
105105
expect(onCloseCallback).toBeCalledWith();
106106
});
107107

108-
it("when closed with an error it calls the onClose callback when one is registered", () => {
108+
it("with an error it calls the onClose callback when one is registered", () => {
109109
// arrange
110110
const socketStub = mock<Duplex>();
111111
const multiplexerDemultiplexer = mock<

0 commit comments

Comments
 (0)