Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Dec 14, 2023
1 parent 1efc565 commit 95aaf29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ test-unit-cover: ARGS=-timeout=10m -tags='$(UNIT_TEST_TAGS)' -coverprofile=$(TES
test-unit-cover: TEST_PACKAGES=$(PACKAGES_UNIT)
test-unit-race: ARGS=-timeout=10m -race -tags='$(TEST_RACE_TAGS)'
test-unit-race: TEST_PACKAGES=$(PACKAGES_UNIT)
# test-e2e: docker-build-e2e
test-e2e: docker-build-e2e
test-e2e: ARGS=-timeout=10m -v
test-e2e: TEST_PACKAGES=$(PACKAGES_E2E)
$(TEST_TARGETS): run-tests
Expand Down
1 change: 0 additions & 1 deletion e2e/e2e_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ func (s *IntegrationTestSuite) runValidators(c *chain, portOffset int) {
}

s.endpoint = fmt.Sprintf("http://%s", s.valResources[s.chain.id][0].GetHostPort("1317/tcp"))
s.grpcEndpoint = s.valResources[s.chain.id][0].GetHostPort("9090/tcp")

rpcClient, err := rpchttp.New("tcp://localhost:26657", "/websocket")
s.Require().NoError(err)
Expand Down

0 comments on commit 95aaf29

Please sign in to comment.