Skip to content

Commit 148c45d

Browse files
committed
Fix typo startusResponse -> statusResponse
Closes #1887
1 parent 4b36220 commit 148c45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tendermint-rpc/src/rpcclients/websocketclient.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ import { WebsocketClient } from "./websocketclient";
135135

136136
client
137137
.execute(createJsonRpcRequest("status"))
138-
.then((startusResponse) => {
139-
expect(startusResponse).toBeTruthy();
138+
.then((statusResponse) => {
139+
expect(statusResponse).toBeTruthy();
140140
})
141141
.catch(done.fail);
142142

0 commit comments

Comments
 (0)