Skip to content

Commit

Permalink
Remove ignored typo in tests
Browse files Browse the repository at this point in the history
This 'test' statement doesn't do anything and is simply a typo that
happens to be ignored by the command.
  • Loading branch information
jkilpatr committed May 18, 2021
1 parent 44b2a7b commit 103f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/container-scripts/setup-validators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi
done


$BIN collect-gentxs $STARTING_VALIDATOR_HOME test
$BIN collect-gentxs $STARTING_VALIDATOR_HOME
GENTXS=$(ls /validator1/config/gentx | wc -l)
cp /validator1/config/genesis.json /genesis.json
echo "Collected $GENTXS gentx"
Expand Down

0 comments on commit 103f5b1

Please sign in to comment.