removed unit test check for undefined behavior

This commit is contained in:
John Rommel Estropia
2016-06-17 02:44:37 +09:00
parent 2dc09289bf
commit 3d5c4f8121
2 changed files with 6 additions and 1 deletions

View File

@@ -740,7 +740,6 @@ class ImportTests: BaseTestDataTestCase {
catch _ as TestInsertError {
errorExpectation.fulfill()
XCTAssertEqual(transaction.fetchCount(From(TestEntity1)), 7)
let object = transaction.fetchOne(From(TestEntity1), Where("testEntityID", isEqualTo: 106))
XCTAssertNotNil(object)