We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997ed86 commit 6c521baCopy full SHA for 6c521ba
Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift
@@ -70,7 +70,7 @@ struct VoiceMemosTests {
70
$0.voiceMemos[id: deadbeefURL]?.mode = .playing(progress: 0)
71
}
72
await store.receive(\.voiceMemos[id: deadbeefURL].delegate.playbackStarted)
73
- try await Task.sleep(nanoseconds: 3_000_000_000)
+ try await Task.sleep(for: .seconds(3))
74
75
await store.receive(\.voiceMemos[id: deadbeefURL].timerUpdated) {
76
$0.voiceMemos[id: deadbeefURL]?.mode = .playing(progress: 0.2)
0 commit comments