mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-06-28 04:46:27 +02:00
update unit tests
This commit is contained in:
@@ -259,7 +259,10 @@ extension From {
|
||||
|
||||
return .init(
|
||||
from: self,
|
||||
sectionBy: .init(sectionKeyPath, sectionIndexTransformer),
|
||||
sectionBy: .init(
|
||||
sectionKeyPath,
|
||||
sectionIndexTransformer: sectionIndexTransformer
|
||||
),
|
||||
fetchClauses: []
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user