We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce4185 commit c7b8e85Copy full SHA for c7b8e85
1 file changed
Tests/CoreDataRepositoryTests/BatchRequestTests.swift
@@ -159,7 +159,7 @@ extension CoreDataRepositoryTests {
159
let count = try repositoryContext.count(for: fetchRequest)
160
expectNoDifference(count, 0, "Count of objects in CoreData should be zero at the start of each test.")
161
162
- let _ = try values
+ _ = try values
163
.map(mapDictToManagedModel(_:))
164
try repositoryContext.save()
165
}
@@ -207,7 +207,7 @@ extension CoreDataRepositoryTests {
207
208
209
210
211
212
213
0 commit comments