Skip to content

Commit 9934507

Browse files
authored
Merge pull request #1391 from SimonCropp/redundant-ctor-in-OpenApiDocumentTests
redundant ctor in OpenApiDocumentTests
2 parents 934494e + 3fae2f4 commit 9934507

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Microsoft.OpenApi.Readers.Tests/V3Tests/OpenApiDocumentTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public OpenApiSecurityScheme CloneSecurityScheme(OpenApiSecurityScheme element)
6060
return new OpenApiStringReader().ReadFragment<OpenApiSecurityScheme>(result, OpenApiSpecVersion.OpenApi3_0, out OpenApiDiagnostic diagnostic4);
6161
}
6262

63-
public OpenApiDocumentTests(ITestOutputHelper output)
64-
{
65-
_output = output;
66-
}
67-
6863
[Fact]
6964
public void ParseDocumentFromInlineStringShouldSucceed()
7065
{

0 commit comments

Comments
 (0)