Skip to content

Commit bf8aebf

Browse files
author
Florian Rieger
committed
Silenced deprecated warnings for handleError() in ErrorHandlerExtensionTests.
1 parent 9428573 commit bf8aebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/ACInteractorTests/ErrorHandlerExtensionTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import XCTest
22
@testable import ACInteractor
33

4+
@available(*, deprecated)
5+
46
class ErrorHandlerExtensionTests: XCTestCase {
57

68
let interactor = TestInteractor()

0 commit comments

Comments
 (0)