Rename test to walk around test fail
And a separate issue will continue the investigation of why rename fixed a test failure
This commit is contained in:
parent
4c36ae18f4
commit
e7759edfdb
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ namespace Microsoft.DotNet.ToolPackage.Tests
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData(false)]
|
[InlineData(false)]
|
||||||
[InlineData(true)]
|
[InlineData(true)]
|
||||||
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionAborts(bool testMockBehaviorIsInSync)
|
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionFails(bool testMockBehaviorIsInSync)
|
||||||
{
|
{
|
||||||
var source = GetTestLocalFeedPath();
|
var source = GetTestLocalFeedPath();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue