Skip to content

Commit

Permalink
Update PublishPackageViewModelTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Jan 9, 2024
1 parent 241a7da commit 30cc0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DynamoCoreWpfTests/PublishPackageViewModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public void AddingDyfRaisesCanExecuteChangeOnDelegateCommand()
}

[Test]
[Category("Failure")]
public void SetsErrorState()
{

//open a dyf file and modify it
string packagedirectory = Path.Combine(TestDirectory, "pkgs");
var packages = Directory.EnumerateDirectories(packagedirectory);
Expand Down

0 comments on commit 30cc0fd

Please sign in to comment.