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 cd76e31 commit 74c111fCopy full SHA for 74c111f
Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift
@@ -213,8 +213,7 @@ class VoiceMemosTests: XCTestCase {
213
store.send(.voiceMemo(id: url, action: .playButtonTapped)) {
214
$0.voiceMemos[id: url]?.mode = .playing(progress: 0)
215
}
216
- store.receive(.voiceMemo(id: url, action: .audioPlayerClient(.failure(.decodeErrorDidOccur))))
217
- {
+ store.receive(.voiceMemo(id: url, action: .audioPlayerClient(.failure(.decodeErrorDidOccur)))) {
218
$0.alert = .init(title: .init("Voice memo playback failed."))
219
$0.voiceMemos[id: url]?.mode = .notPlaying
220
0 commit comments