From d34225dc96b9a8db356de04359602293dfaaaa3c Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:05:13 -0600 Subject: [PATCH] Remove rougue whitespace --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d66df7fdb..20e9bbb2b 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,6 @@ interchaintest-fee-grant: interchaintest-scenario: ## Scenario tests are suitable for simple networks of 1 validator and no full nodes. They test specific functionality. cd interchaintest && go test -timeout 30m -race -v -run TestScenario ./... - coverage: @echo "viewing test coverage..." @go tool cover --html=coverage.out