Skip to content

Commit

Permalink
sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed May 16, 2024
1 parent 78c97c8 commit 0a424d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PapyrusPlugin/Sources/MockMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct MockMacro: PeerMacro {
extension ProtocolDeclSyntax {
fileprivate func createMock(named mockName: String) throws -> String {
"""
\(access)final class \(mockName): \(typeName) {
\(access)final class \(mockName): \(typeName), @unchecked Sendable {
private let notMockedError: Error
private var mocks: [String: Any]
Expand Down

0 comments on commit 0a424d9

Please sign in to comment.