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

Commit

Permalink
Problem: localized time should not be hardcoded in test
Browse files Browse the repository at this point in the history
Solution: remove it
  • Loading branch information
whilei committed May 31, 2017
1 parent 59002a9 commit 81fb1d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/geth/cli.bats
Expand Up @@ -313,7 +313,6 @@ teardown() {
[[ "$output" == *"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"* ]]
[[ "$output" == *"0x0000000000000000000000000000000000000000000000000000000000000000"* ]]
[[ "$output" == *"66"* ]]
[[ "$output" == *"0 (1969-12-31 18:00:00 -0600 CST)"* ]]
[[ "$output" == *"17179869184"* ]]
[[ "$output" == *"0x0000000000000000000000000000000000000000"* ]]
[[ "$output" == *"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"* ]]
Expand Down Expand Up @@ -348,7 +347,6 @@ teardown() {
[[ "$output" == *"0x0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303"* ]]
[[ "$output" == *"0x0000000000000000000000000000000000000000000000000000000000000000"* ]]
[[ "$output" == *"120325427979630"* ]]
[[ "$output" == *"0 (1969-12-31 18:00:00 -0600 CST)"* ]]
[[ "$output" == *"131072"* ]]
[[ "$output" == *"0x0000000000000000000000000000000000000000"* ]]
[[ "$output" == *"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"* ]]
Expand Down

0 comments on commit 81fb1d9

Please sign in to comment.