Skip to content

Commit 348eaf1

Browse files
Added failing tests
1 parent 3becc6d commit 348eaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/UnitTest1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void PassesTestThree()
2323
{
2424
Assert.Equal("hello", "he" + "llo");
2525
}
26-
/*
26+
2727
[Fact]
2828
public void FailsTestFour()
2929
{
@@ -35,7 +35,7 @@ public void FailsTestFive()
3535
{
3636
Assert.Equal(42, (42 + 2));
3737
}
38-
*/
38+
3939
[Fact(Skip="skips test six")]
4040
public void SkipsTestSix()
4141
{

0 commit comments

Comments
 (0)