diff --git a/Example/Tests/Tests.swift b/Example/Tests/Tests.swift index e671809..c73d5ba 100644 --- a/Example/Tests/Tests.swift +++ b/Example/Tests/Tests.swift @@ -8,6 +8,7 @@ class Tests: XCTestCase { // Put setup code here. This method is called before the invocation of each test method in the class. } + override func tearDown() { // Put teardown code here. This method is called after the invocation of each test method in the class. super.tearDown()