Fix compiler error

This commit is contained in:
Francisco Gindre 2022-11-01 07:47:31 -03:00
parent c0f1aa959a
commit 08e6738cf7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class AdvancedReOrgTests: XCTestCase {
}
override func tearDownWithError() throws {
super.tearDownWithError()
try super.tearDownWithError()
NotificationCenter.default.removeObserver(self)
try coordinator.stop()
try? FileManager.default.removeItem(at: coordinator.databases.cacheDB)