fix test
This commit is contained in:
parent
944eb1e787
commit
3cdd994798
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
||||||
[Theory]
|
[Theory]
|
||||||
// TODO: Enable this when X-Targeting is in
|
// TODO: Enable this when X-Targeting is in
|
||||||
// [InlineData("TestLibraryWithMultipleFrameworks")]
|
// [InlineData("TestLibraryWithMultipleFrameworks")]
|
||||||
public void It_migrates_projects_with_multiple_TFMs()
|
public void It_migrates_projects_with_multiple_TFMs(string projectName)
|
||||||
{
|
{
|
||||||
var projectDirectory =
|
var projectDirectory =
|
||||||
TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i").WithLockFiles().Path;
|
TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i").WithLockFiles().Path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue