Skip to content

Commit

Permalink
Update Tests/UploadcareTests/RESTAPIIntegrationTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
makoni and coderabbitai[bot] authored May 23, 2024
1 parent 615f589 commit d432db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UploadcareTests/RESTAPIIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ final class RESTAPIIntegrationTests: XCTestCase {
XCTFail(error.detail)
case .success(let resultDictionary):
guard let uuid = resultDictionary.values.first else {
XCTFail()
XCTFail("Failed to retrieve UUID from result dictionary")
expectation.fulfill()
return
}
Expand Down

0 comments on commit d432db9

Please sign in to comment.