Fixed the test names
This commit is contained in:
parent
69b5e3f815
commit
c941162b17
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void SettingVersionInEnvironment_ShouldStampedAssemblyInfoInOutputAssembly()
|
public void SettingVersionInEnvironment_ShouldStampAssemblyInfoInOutputAssembly()
|
||||||
{
|
{
|
||||||
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
|
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
|
||||||
.WithLockFiles();
|
.WithLockFiles();
|
||||||
|
@ -113,7 +113,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void SettingVersionSuffixFlag_ShouldStampedAssemblyInfoInOutputAssembly()
|
public void SettingVersionSuffixFlag_ShouldStampAssemblyInfoInOutputAssembly()
|
||||||
{
|
{
|
||||||
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
|
var testInstance = TestAssetsManager.CreateTestInstance("TestLibraryWithConfiguration")
|
||||||
.WithLockFiles();
|
.WithLockFiles();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue