Skip to content

Commit

Permalink
Add intentionally failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jul 15, 2017
1 parent f7f0fc6 commit cb1077f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UnitTests/Demo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ public class Demo
{
private static string TALISKER = "Talisker";

[Fact]
public void IntentionalFailure()
{
Assert.True(false);
}

[Fact]
public void FillingRemovesInventoryIfInStock()
{
Expand Down

0 comments on commit cb1077f

Please sign in to comment.