diff --git a/tests/rpc/rpc.go b/tests/rpc/rpc.go index 63670a4d..9cab43b2 100644 --- a/tests/rpc/rpc.go +++ b/tests/rpc/rpc.go @@ -356,7 +356,7 @@ func testGetBestBlockHeight(t *testing.T, h *TestHandler) { return } } - t.Error("GetBestBlockHeigh() didn't get the the best heigh") + t.Error("GetBestBlockHeight() didn't get the best height") } func testGetBlockHeader(t *testing.T, h *TestHandler) {