Skip to content

Commit 084500b

Browse files
committed
ci test
1 parent 79a94f7 commit 084500b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

URLPatternExample/URLPatternExampleTests/URLPatternExampleTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,8 @@ struct URLPatternExampleTests {
188188
let deepLink = DeepLinkMock(url: url)
189189
#expect(deepLink == nil)
190190
}
191+
192+
@Test func wrongTest() {
193+
#expect("1" == "2")
194+
}
191195
}

0 commit comments

Comments
 (0)