Skip to content

Commit de5608e

Browse files
committed
Partial revert of afc8f87
1 parent a1ab0db commit de5608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.Tooling.SampleGen.Tests/ToolkitSampleMetadataTests.Documentation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Which is valid.
165165
> [!SAMPLE Sample]";
166166

167167

168-
var result = EmptySource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);
168+
var result = SimpleSource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);
169169

170170
result.AssertNoCompilationErrors();
171171
result.AssertDiagnosticsAre();

0 commit comments

Comments
 (0)