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 b2e1f07 commit e488b60Copy full SHA for e488b60
Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift
@@ -63,7 +63,8 @@ class VoiceMemosTests: XCTestCase {
63
$0.recordingMemo?.duration = 2.5
64
}
65
await store.receive(.recordingMemo(.audioRecorderDidFinish(.success(true))))
66
- await store.receive(.recordingMemo(.delegate(.didFinish(.success(store.state.recordingMemo!))))) {
+ await store.receive(.recordingMemo(.delegate(.didFinish(.success(store.state.recordingMemo!)))))
67
+ {
68
$0.recordingMemo = nil
69
$0.voiceMemos = [
70
VoiceMemoState(
0 commit comments