Skip to content

Commit b243384

Browse files
authored
chore: resolve build failures in unit test for Xcode 16 beta 2 (#3768)
1 parent dbc4a04 commit b243384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyTests/CoreTests/AmplifyPublisherTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class AmplifyPublisherTests: XCTestCase {
325325
return nil
326326
} else {
327327
if fails && current > 4 {
328-
throw Failure.unluckyNumber
328+
throw AmplifyPublisherTests.Failure.unluckyNumber
329329
} else {
330330
return current
331331
}

0 commit comments

Comments
 (0)