Skip to content

Commit

Permalink
reactved to verify changes
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored and renovate[bot] committed Dec 31, 2023
1 parent 63f534d commit 7df425e
Show file tree
Hide file tree
Showing 70 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Analyzers.Tests/ModuleInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private static Target Selector(SyntaxTree source)
.Replace(".roslyn4.4", string.Empty, StringComparison.OrdinalIgnoreCase);
var data = $@"//HintName: {hintPath}
{source.GetText()}";
return new("cs.txt", data.Replace("\r", string.Empty, StringComparison.OrdinalIgnoreCase));
return new("cs", data.Replace("\r", string.Empty, StringComparison.OrdinalIgnoreCase));
}

private static ConversionResult Convert(GenerationTestResult target, IReadOnlyDictionary<string, object> context)
Expand Down

0 comments on commit 7df425e

Please sign in to comment.