WIP: Xcode 8 beta 6

This commit is contained in:
John Estropia
2016-09-06 09:57:28 +09:00
parent e9be711d4c
commit 0ba63c6e72
78 changed files with 472 additions and 450 deletions

View File

@@ -24,7 +24,6 @@
//
import XCTest
import GCDKit
@testable
import CoreStore
@@ -651,7 +650,7 @@ final class TransactionTests: BaseTestCase {
transaction.delete(object)
GCDQueue.main.async {
DispatchQueue.main.async {
XCTAssertEqual(stack.fetchCount(From<TestEntity1>()), 1)