Skip to content

Commit 5cf31f3

Browse files
authored
Merge pull request #116 from Maks-Jago/fix/serialize-dialog-tests
Serialize Dialog tests and fix reducibleMiddlewareToCancel condition polling
2 parents 9c6a093 + e2354b6 commit 5cf31f3

5 files changed

Lines changed: 534 additions & 524 deletions

File tree

Tests/SwiftUI-UDF-Tests/Dialog/DialogDSLTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Testing
1515

1616
// MARK: - DSL Tests
1717
@MainActor
18-
extension DialogTests {
18+
extension DialogRegistryTests.DialogTests {
1919

2020
@Test("AlertDialog builder creates correct payload and applies properties")
2121
func alertBuilderAppliesPropertiesCorrectly() {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import Testing
2+
3+
@Suite(.serialized)
4+
struct DialogRegistryTests {}

0 commit comments

Comments
 (0)