Skip to content

Commit

Permalink
add a better test name and remove unnnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed Oct 9, 2023
1 parent 37ec8c7 commit 41cefd7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ public async Task ExecuteAsync_TransitiveDependenciesFromNonRootLibraries_AreIgn
}

[Fact]
public async Task ExecuteAsync_WithConditionalProjectAndPackageReferences()
public async Task ExecuteAsync_WithConditionalProjectAndPackageReferences_SelectsPackageWhereProjectIsNotAppropriate()
{
// Arrange
using var context = new SourceCacheContext();
Expand Down Expand Up @@ -3253,7 +3253,6 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(pathContext.PackageSource
systemMemory,
systemNumericsVector);


var logger = new TestLogger();
var request = ProjectTestHelpers.CreateRestoreRequest(pathContext, logger, mainPackageSpec, systemNumericsVectorPackageSpec);

Expand Down

0 comments on commit 41cefd7

Please sign in to comment.