Fixed the test names

This commit is contained in:
David Fowler 2016-02-18 01:12:24 -08:00
parent 69b5e3f815
commit c941162b17

View file

@ -91,7 +91,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Fact]
public void SettingVersionInEnvironment_ShouldStampedAssemblyInfoInOutputAssembly()
public void SettingVersionInEnvironment_ShouldStampAssemblyInfoInOutputAssembly()
{
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
.WithLockFiles();
@ -113,7 +113,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Fact]
public void SettingVersionSuffixFlag_ShouldStampedAssemblyInfoInOutputAssembly()
public void SettingVersionSuffixFlag_ShouldStampAssemblyInfoInOutputAssembly()
{
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
.WithLockFiles();