Skip to content

Commit 42ff054

Browse files
committed
-
1 parent 9c7315d commit 42ff054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/PrincipleMacrosTests/Parameters/ParameterExtractorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ extension ParameterExtractorTests {
100100
func testIsolatedPreferredGlobalActorExtraction(isolation: String) throws {
101101
let extractor = try makeExtractor(from: "#MyMacro(isolation: \(raw: isolation).self)")
102102
let extracted = try extractor.preferredGlobalActorIsolation(withLabel: "isolation")
103-
#expect(extracted?.attribute?.description == "@\(isolation)")
103+
#expect(extracted?.trimmedAttribute?.description == "@\(isolation)")
104104
}
105105

106106
@Test

0 commit comments

Comments
 (0)