We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf976ab commit 4f52b50Copy full SHA for 4f52b50
delayed/delayed_test.go
@@ -27,7 +27,7 @@ func TestDelayed(t *testing.T) {
27
}
28
29
func TestDelayedAll(t *testing.T) {
30
- // Delay for virtually no time, we just want to make sure this works correctly, not that it
+ // Don't actually delay, we just want to make sure this works correctly, not that it
31
// delays anything.
32
- dstest.SubtestAll(t, New(datastore.NewMapDatastore(), delay.Fixed(time.Nanosecond)))
+ dstest.SubtestAll(t, New(datastore.NewMapDatastore(), delay.Fixed(0)))
33
0 commit comments