Fix up one comment

This commit is contained in:
Ethan Frey 2017-06-21 16:55:19 +02:00
parent dcb4a40bd2
commit 3b66483238
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ test02GetCounter() {
assertFalse "no default count" $? assertFalse "no default count" $?
} }
# CheckAccount $COUNT $BALANCE # checkCounter $COUNT $BALANCE
# Assumes just one coin, checks the balance of first coin in any case # Assumes just one coin, checks the balance of first coin in any case
checkCounter() { checkCounter() {
# make sure sender goes down # make sure sender goes down