Skip to content

Commit 650edad

Browse files
committed
Use properties in OpenApiTestContext
1 parent c14587c commit 650edad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/OpenApiTests/OpenApiTestContext.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public class OpenApiTestContext<TStartup, TDbContext> : IntegrationTestContext<T
1212
{
1313
private const string GeneratedDocumentName = "swagger.g.json";
1414

15-
internal readonly Lazy<Task<JsonElement>> LazyDocument;
16-
internal string? GeneratedDocumentNamespace;
15+
internal Lazy<Task<JsonElement>> LazyDocument { get; }
16+
internal string? GeneratedDocumentNamespace { get; set; }
1717

1818
public OpenApiTestContext()
1919
{

0 commit comments

Comments
 (0)