Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Problem: test mispeeled allotted
Browse files Browse the repository at this point in the history
Solution: fix spelling
  • Loading branch information
whilei committed May 30, 2017
1 parent b3db55d commit abae4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/cli.bats
Expand Up @@ -162,7 +162,7 @@ teardown() {
@test "--cache 16 | exit 0" {
run $GETH_CMD --data-dir $DATA_DIR --cache 17 console
[ "$status" -eq 0 ]
[[ "$output" == *"Alloted 17MB cache"* ]]
[[ "$output" == *"Allotted 17MB cache"* ]]
}

# Test `dump` command.
Expand Down

0 comments on commit abae4da

Please sign in to comment.