Skip to content

Commit fd44771

Browse files
committed
Silence xUnit1013 warning
1 parent 89439ee commit fd44771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/Workspaces/OpenApiWorkspaceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void OpenApiWorkspacesShouldNormalizeDocumentLocations()
150150
// Enable Workspace to load from any reader, not just streams.
151151

152152
// Test fragments
153-
public void OpenApiWorkspacesShouldLoadDocumentFragments()
153+
internal void OpenApiWorkspacesShouldLoadDocumentFragments()
154154
{
155155
Assert.True(false);
156156
}

0 commit comments

Comments
 (0)