mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
GODT-1527: Change bug report description.
This commit is contained in:
@ -127,6 +127,6 @@ func TestCooldownNotSooner(t *testing.T) {
|
||||
assert.True(t, testCooldown.isTooSoon())
|
||||
|
||||
// After given wait time it shouldn't be soon anymore.
|
||||
time.Sleep(waitTime / 2)
|
||||
time.Sleep(waitTime/2 + time.Millisecond)
|
||||
assert.False(t, testCooldown.isTooSoon())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user