Skip to content

Commit

Permalink
don't snipe the gravity node our test_runner expects to be running (#103
Browse files Browse the repository at this point in the history
)
  • Loading branch information
levicook authored Jul 27, 2021
1 parent 7957a83 commit 743e900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/e2e_validator_out_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func TestValidatorOut(t *testing.T) {
pool *dockertest.Pool,
network *dockertest.Network,
) {
err := pool.RemoveContainerByName("gravity0")
require.NoError(t, err, "error removing gravity0")
err := pool.RemoveContainerByName("gravity1")
require.NoError(t, err, "error removing gravity1")

buildAndRunTestRunner(t, wd, pool, network, "VALIDATOR_OUT")
})
Expand Down

0 comments on commit 743e900

Please sign in to comment.