Fix spelling of Tendermint RPC
This commit is contained in:
parent
2a8433a06d
commit
e5947cf650
@ -4,7 +4,7 @@ import { http, HttpClient } from "./httpclient";
|
||||
|
||||
function pendingWithoutTendermint(): void {
|
||||
if (!process.env.TENDERMINT_ENABLED) {
|
||||
pending("Set TENDERMINT_ENABLED to enable tendermint rpc tests");
|
||||
pending("Set TENDERMINT_ENABLED to enable Tendermint RPC tests");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import { WebsocketClient } from "./websocketclient";
|
||||
|
||||
function pendingWithoutTendermint(): void {
|
||||
if (!process.env.TENDERMINT_ENABLED) {
|
||||
pending("Set TENDERMINT_ENABLED to enable tendermint rpc tests");
|
||||
pending("Set TENDERMINT_ENABLED to enable Tendermint RPC tests");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ import { WebsocketClient } from "./websocketclient";
|
||||
|
||||
function pendingWithoutTendermint(): void {
|
||||
if (!process.env.TENDERMINT_ENABLED) {
|
||||
pending("Set TENDERMINT_ENABLED to enable tendermint rpc tests");
|
||||
pending("Set TENDERMINT_ENABLED to enable Tendermint RPC tests");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user