querying unit tests

This commit is contained in:
John Rommel Estropia
2016-06-11 22:57:00 +09:00
parent 101ab69861
commit 8e5c7ec9b2
7 changed files with 280 additions and 53 deletions

View File

@@ -71,7 +71,7 @@ class BaseTestCase: XCTestCase {
defer {
self.waitForExpectationsWithTimeout(0, handler: nil)
CoreStore.logger = DefaultLogger()
CoreStore.logger = TestLogger([:])
}
return closure()
}