Fix spelling of Tendermint RPC

This commit is contained in:
Simon Warta 2022-04-12 17:55:10 +02:00
parent 2a8433a06d
commit e5947cf650
3 changed files with 3 additions and 3 deletions

View File

@ -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");
}
}

View File

@ -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");
}
}

View File

@ -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");
}
}