mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
Cleanup from PR comments
This commit is contained in:
@@ -95,9 +95,6 @@ func TestThrottle(test *testing.T) {
|
||||
|
||||
stopped := t.Stop()
|
||||
assert.True(stopped)
|
||||
time.Sleep(longwait)
|
||||
assert.Equal(5, c.Count())
|
||||
|
||||
// extra calls to stop don't block
|
||||
t.Stop()
|
||||
}
|
||||
|
Reference in New Issue
Block a user