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:
William Li 2018-02-28 14:09:32 -08:00
parent 4c36ae18f4
commit e7759edfdb

View file

@ -416,7 +416,7 @@ namespace Microsoft.DotNet.ToolPackage.Tests
[Theory]
[InlineData(false)]
[InlineData(true)]
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionAborts(bool testMockBehaviorIsInSync)
public void GivenAnInstalledPackageUninstallRollsbackWhenTransactionFails(bool testMockBehaviorIsInSync)
{
var source = GetTestLocalFeedPath();