Skip to content

Commit aed0226

Browse files
baywetCopilot
andauthored
tests: Rename test method for clarity
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 83e8420 commit aed0226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ public async Task DocumentWithSchemaResultsInWarning()
625625
}
626626

627627
[Fact]
628-
public void ParseEmptyMemoryStreamReturnsDiagnostic()
628+
public void LoadEmptyMemoryStreamReturnsDiagnostic()
629629
{
630630
var result = OpenApiDocument.Load(new MemoryStream());
631631

0 commit comments

Comments
 (0)