update unit tests

This commit is contained in:
John Estropia
2021-02-21 10:59:55 +09:00
parent d7b852fca4
commit d13b0cfabb
3 changed files with 19 additions and 5 deletions
+4 -1
View File
@@ -259,7 +259,10 @@ extension From {
return .init(
from: self,
sectionBy: .init(sectionKeyPath, sectionIndexTransformer),
sectionBy: .init(
sectionKeyPath,
sectionIndexTransformer: sectionIndexTransformer
),
fetchClauses: []
)
}