Skip to content

Commit 3fae2f4

Browse files
committed
redundant ctor in OpenApiDocumentTests
1 parent 4126f8a commit 3fae2f4

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)