forked from ethereum/hive
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
require
from non main go-routine (#61)
A failure in a `require` statement calls `t.FailNow` which was occuring from the non main go-routine. This is not a correct usage of `require`.
- Loading branch information
1 parent
61035c5
commit ba6cbca
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters