Skip to content

Commit

Permalink
Release 0.8.1 Mockable macro QoL update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Burdzicki committed Oct 12, 2024
1 parent 8fc9210 commit 888b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Snowdrop/SnowdropMacros.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
public macro Service() = #externalMacro(module: "SnowdropMacros", type: "ServiceMacro")

// MARK: - Mockable macro
@attached(peer, names: suffixed(ServiceMock))
@attached(peer, names: suffixed(ServiceMock), suffixed(Mock))
public macro Mockable() = #externalMacro(module: "SnowdropMacros", type: "MockableMacro")

// MARK: - Modifier macros
Expand Down

0 comments on commit 888b851

Please sign in to comment.