Skip to content

Commit 8c89c31

Browse files
committed
remove Mocks on teardown
1 parent 8080bcb commit 8c89c31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/FunctionsTests/FunctionsClientTests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ final class FunctionsClientTests: XCTestCase {
4747
super.setUp()
4848
}
4949

50+
override func tearDown() {
51+
super.tearDown()
52+
Mocker.removeAll()
53+
}
54+
5055
func testInit() async {
5156
let client = FunctionsClient(
5257
url: url,

0 commit comments

Comments
 (0)