Fix spelling of Tendermint RPC

This commit is contained in:
Simon Warta
2022-04-13 06:57:34 +02:00
parent 2a8433a06d
commit e5947cf650
3 changed files with 3 additions and 3 deletions
@@ -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");
}
}