mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 06:02:02 +02:00
renamed commitAndWait() to overload commit()
This commit is contained in:
@@ -226,7 +226,7 @@ class HardcoreDataTests: XCTestCase {
|
||||
)
|
||||
XCTAssertTrue(numberOfDeletedObjects2 == 2, "numberOfDeletedObjects2 == 2 (actual: \(numberOfDeletedObjects2))")
|
||||
|
||||
transaction.commitAndWait()
|
||||
transaction.commit()
|
||||
}
|
||||
|
||||
let objs1 = HardcoreData.fetchAll(From(TestEntity1))
|
||||
|
||||
Reference in New Issue
Block a user