Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie-msft committed Jun 10, 2024
1 parent 15e1ea7 commit f8a6d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public async Task FindLibraryEntryAsync_LogsOnlyPackages(LibraryDependencyTarget
}

[Fact]
public async Task FindPackage_VerifyMissingListedPackageThrowsNotFoundAndLogsErrorAsync()
public async Task FindPackage_VerifyMissingListedPackage_ThrowsNotFoundAndLogsErrorAsync()
{
// Arrange
var range = new LibraryRange("x", VersionRange.Parse("1.0.0-beta"), LibraryDependencyTarget.Package);
Expand Down

0 comments on commit f8a6d84

Please sign in to comment.