Skip to content

Commit b6c34d7

Browse files
committed
Fixed Compile Errors
1 parent 4ef4e02 commit b6c34d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/AspNetCore/test/AspNetCore.Tests.Utilities/ServerTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ protected virtual TestServer CreateServer(
174174
[DirectiveType(DirectiveLocation.Subscription)]
175175
public class Foo
176176
{
177-
public required int Bar { get; set; }
177+
public int Bar { get; set; }
178178
}
179179
}

0 commit comments

Comments
 (0)