We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b36220 commit 148c45dCopy full SHA for 148c45d
packages/tendermint-rpc/src/rpcclients/websocketclient.spec.ts
@@ -135,8 +135,8 @@ import { WebsocketClient } from "./websocketclient";
135
136
client
137
.execute(createJsonRpcRequest("status"))
138
- .then((startusResponse) => {
139
- expect(startusResponse).toBeTruthy();
+ .then((statusResponse) => {
+ expect(statusResponse).toBeTruthy();
140
})
141
.catch(done.fail);
142
0 commit comments