We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf976ab commit 5781417Copy full SHA for 5781417
delayed/delayed_test.go
@@ -29,5 +29,5 @@ func TestDelayed(t *testing.T) {
29
func TestDelayedAll(t *testing.T) {
30
// Delay for virtually no time, 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