Skip to content

Commit

Permalink
Add missing [Test] attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jul 22, 2018
1 parent 2ac4574 commit d4e9048
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public void Setup()
_revisionDiffContextMenuController = new FileStatusListContextMenuController();
}

[Test]
public void BrowseDiff_SuppressDiffToLocalWhenNoSelectedRevision()
{
var selectionInfo = new ContextMenuDiffToolInfo();
Expand Down

0 comments on commit d4e9048

Please sign in to comment.