Skip to content

Commit 29d0434

Browse files
committed
Fix parameter type
1 parent 36e3210 commit 29d0434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/SourceMappingsSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests;
1313

1414
public static class SourceMappingsSerializer
1515
{
16-
internal static string Serialize(IRazorGeneratedDocument csharpDocument, RazorSourceDocument sourceDocument)
16+
internal static string Serialize(RazorCSharpDocument csharpDocument, RazorSourceDocument sourceDocument)
1717
{
1818
using var _ = StringBuilderPool.GetPooledObject(out var builder);
1919

0 commit comments

Comments
 (0)