Skip to content

Commit

Permalink
chore: resolve build failures in unit test for Xcode 16 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Jul 3, 2024
1 parent dbc4a04 commit 2a76236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AmplifyTests/CoreTests/AmplifyPublisherTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class AmplifyPublisherTests: XCTestCase {
return nil
} else {
if fails && current > 4 {
throw Failure.unluckyNumber
throw AmplifyPublisherTests.Failure.unluckyNumber
} else {
return current
}
Expand Down

0 comments on commit 2a76236

Please sign in to comment.