mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-31 06:33:06 +02:00
transaction fetching unit tests
This commit is contained in:
@@ -69,7 +69,7 @@ final class GroupByTests: BaseTestCase {
|
||||
let groupBy = GroupBy("testString")
|
||||
|
||||
let request = NSFetchRequest()
|
||||
From(TestEntity1).applyToFetchRequest(request, context: dataStack.mainContext)
|
||||
_ = From(TestEntity1).applyToFetchRequest(request, context: dataStack.mainContext)
|
||||
groupBy.applyToFetchRequest(request)
|
||||
|
||||
XCTAssertNotNil(request.propertiesToGroupBy)
|
||||
|
||||
Reference in New Issue
Block a user