Skip to content

Commit

Permalink
Try unchecked Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Nov 12, 2023
1 parent 94af22f commit 3bd1831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NetworkServices/NetworkServiceMock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import Foundation

- seealso: `NetworkService`
*/
public final actor NetworkServiceMock: NetworkService {
public final class NetworkServiceMock: NetworkService, @unchecked Sendable {

public enum Error: Swift.Error, CustomDebugStringConvertible {
case missingRequest
Expand Down

0 comments on commit 3bd1831

Please sign in to comment.