Skip to content

Commit d8ad0fe

Browse files
committed
Cleans up formatting.
1 parent 0df4994 commit d8ad0fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/ExportersTests/PersistenceExporter/Export/DataExportWorkerTests.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class DataExportWorkerTests: XCTestCase {
138138

139139
func testWhenBatchFails_thenIntervalIncreases() {
140140
let delayChangeExpectation = expectation(description: "Export delay is increased")
141-
142141
let mockDelay = MockDelay { command in
143142
if case .increase = command {
144143
delayChangeExpectation.fulfill()
@@ -157,10 +156,7 @@ class DataExportWorkerTests: XCTestCase {
157156
exportExpectation.assertForOverFulfill = false
158157

159158
var mockDataExporter = DataExporterMock(exportStatus: .mockWith(needsRetry: true))
160-
161-
mockDataExporter.onExport = { data in
162-
exportExpectation.fulfill()
163-
}
159+
mockDataExporter.onExport = { data in exportExpectation.fulfill() }
164160

165161
// When
166162
let fileReader = FileReaderMock()

0 commit comments

Comments
 (0)