Skip to content

Commit 294237d

Browse files
mbrandonwmluisbrown
authored andcommitted
await store.finish() in voice memo test.
(cherry picked from commit 4c98b432b30693b306993c33c11de921803d06ab)
1 parent ae0a594 commit 294237d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ final class VoiceMemosTests: XCTestCase {
294294
await store.send(.voiceMemo(id: url, action: .delete)) {
295295
$0.voiceMemos = []
296296
}
297+
await store.finish()
297298
}
298299
}
299300

0 commit comments

Comments
 (0)