File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/DependenciesMacrosPluginTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ final class DependencyClientMacroTests: BaseTestCase {
875
875
var bar: () -> Int = unimplemented()
876
876
┬──────────────
877
877
├─ 🛑 '@DependencyClient' default must be closure literal
878
- ╰─ ⚠️ Do not use 'unimplemented' with '@DependencyClient'; the '@DependencyClient' macro provides an 'unimplemented' default value for you .
878
+ ╰─ ⚠️ Do not use 'unimplemented' with '@DependencyClient'; the '@DependencyClient' macro already includes the behavior of 'unimplemented' .
879
879
}
880
880
"""
881
881
}
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ final class DependencyEndpointMacroTests: BaseTestCase {
717
717
var bar: () -> Int = unimplemented()
718
718
┬──────────────
719
719
├─ 🛑 '@DependencyEndpoint' default must be closure literal
720
- ╰─ ⚠️ Do not use 'unimplemented' with '@DependencyEndpoint'; the '@DependencyEndpoint' macro provides an 'unimplemented' default value for you .
720
+ ╰─ ⚠️ Do not use 'unimplemented' with '@DependencyEndpoint'; the '@DependencyEndpoint' macro already includes the behavior of 'unimplemented' .
721
721
}
722
722
"""
723
723
}
You can’t perform that action at this time.
0 commit comments