Skip to content

Commit b510c6c

Browse files
committed
Fix intentionally failing test
1 parent 14a917f commit b510c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftUIKitTests/Bundle/Bundle+InformationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private class MyBundle: Bundle, @unchecked Sendable {
2424

2525
override var infoDictionary: [String: Any]? {
2626
[
27-
String(kCFBundleVersionKey): "1234",
27+
String(kCFBundleVersionKey): "123",
2828
"CFBundleDisplayName": "SwiftUIKit Tests",
2929
"CFBundleShortVersionString": "1.2.3"
3030
]

0 commit comments

Comments
 (0)