Skip to content

Commit 577366a

Browse files
authored
Fix extension macro test
1 parent deb8f82 commit 577366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSyntaxMacroExpansionTest/ExtensionMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ final class ExtensionMacroTests: XCTestCase {
224224
}
225225
}
226226
227-
extension MyType: Encodable {
227+
extension Wrapper.MyType: Encodable {
228228
}
229229
""",
230230
macroSpecs: ["AddCodableExtensions": MacroSpec(type: CodableExtensionMacro.self, conformances: ["Encodable"])],

0 commit comments

Comments
 (0)