Skip to content

Commit c0f266b

Browse files
committed
Add store.finish().
1 parent 912e100 commit c0f266b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/TicTacToe/tic-tac-toe/Tests/TwoFactorCoreTests/TwoFactorCoreTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ final class TwoFactorCoreTests: XCTestCase {
7171
await store.send(.alertDismissed) {
7272
$0.alert = nil
7373
}
74+
await store.finish()
7475
}
7576
}

0 commit comments

Comments
 (0)