Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 4fdad37

Browse files
committed
✅ Remove unnecessary constraint
1 parent f316ed4 commit 4fdad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CombineCloudKitTests/ErrorInjectionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ErrorInjectionTests: CombineCloudKitTests {
8686
_ save: (CCKDatabase) -> ((T) -> AnyPublisher<T, Error>),
8787
_ fetch: (CCKDatabase) -> ((ID) -> AnyPublisher<T, Error>),
8888
_ delete: (CCKDatabase) -> ((ID) -> AnyPublisher<ID, Error>)
89-
) throws where ID: Equatable {
89+
) throws {
9090
try verifyErrorPropagation { _, database in
9191
let item = create()
9292
let itemID = id(item)

0 commit comments

Comments
 (0)