mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-11 21:11:58 +01:00
querying unit tests
This commit is contained in:
@@ -71,7 +71,7 @@ class BaseTestCase: XCTestCase {
|
||||
defer {
|
||||
|
||||
self.waitForExpectationsWithTimeout(0, handler: nil)
|
||||
CoreStore.logger = DefaultLogger()
|
||||
CoreStore.logger = TestLogger([:])
|
||||
}
|
||||
return closure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user