File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Tests/ExportersTests/PersistenceExporter/Export Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments