Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed May 8, 2024
1 parent 6a4e624 commit f2f7dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ class DataUploadWorkerTests: XCTestCase {
uploadExpectation.expectedFulfillmentCount = 3

let dataUploader = DataUploaderMock(
uploadStatus: .mockRandom(),
uploadStatus: .mockWith(needsRetry: false),
onUpload: uploadExpectation.fulfill
)
let worker = DataUploadWorker(
Expand Down

0 comments on commit f2f7dd9

Please sign in to comment.