Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e7759ed

Browse files
author
William Li
committed
Rename test to walk around test fail
And a separate issue will continue the investigation of why rename fixed a test failure
1 parent 4c36ae1 commit e7759ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.DotNet.ToolPackage.Tests/ToolPackageInstallerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public void GivenAnInstalledPackageUninstallRemovesThePackage(bool testMockBehav
416416
[Theory]
417417
[InlineData(false)]
418418
[InlineData(true)]
419-
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionAborts(bool testMockBehaviorIsInSync)
419+
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionFails(bool testMockBehaviorIsInSync)
420420
{
421421
var source = GetTestLocalFeedPath();
422422

0 commit comments

Comments
 (0)