Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
makoni committed Aug 31, 2023
1 parent ce9f486 commit eb00340
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 @@ -745,7 +745,7 @@ final class RESTAPIIntegrationTests: XCTestCase {
let file = uploadcare.file(fromData: data)
let name = UUID().uuidString

storingTestTask = file.upload(withName: name, store: .doNotStore, uploadSignature: nil) { _ in
storingTestTask = file.upload(withName: name, store: .store, uploadSignature: nil) { _ in

} _: { result in
switch result {
Expand Down

0 comments on commit eb00340

Please sign in to comment.