Fix spelling of Tendermint RPC
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user