Skip to content

Commit 4cdecf3

Browse files
committed
WIP
1 parent 7a4eb23 commit 4cdecf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/DependenciesMacrosPluginTests/DependencyClientMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ final class DependencyClientMacroTests: BaseTestCase {
875875
var bar: () -> Int = unimplemented()
876876
┬──────────────
877877
├─ 🛑 '@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'.
879879
}
880880
"""
881881
}

Tests/DependenciesMacrosPluginTests/DependencyEndpointMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ final class DependencyEndpointMacroTests: BaseTestCase {
717717
var bar: () -> Int = unimplemented()
718718
┬──────────────
719719
├─ 🛑 '@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'.
721721
}
722722
"""
723723
}

0 commit comments

Comments
 (0)