Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Mar 13, 2024
1 parent d09b149 commit ea7e8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZoteroTests/SyncControllerSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ struct TestConflictCoordinator: ConflictReceiver & SyncRequestReceiver {
toDeleteItems: items, toRestoreItems: [], searches: searches, tags: tags))

case .removedItemsHaveLocalChanges(let keys, let libraryId):
completed(.remoteDeletionOfChangedItem(libraryId: libraryId, toDelete: keys.map({ $0.0 }), toRestore: []))
completed(.remoteDeletionOfChangedItem(libraryId: libraryId, toDelete: keys.map({ $0.key }), toRestore: []))

case .groupRemoved(let id, _):
completed(.deleteGroup(id))
Expand Down

0 comments on commit ea7e8f0

Please sign in to comment.