Skip to content

Commit 7135504

Browse files
committed
remove skipped test
1 parent 33bc99e commit 7135504

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: test/TestBuildingBlocks/DummyTest.cs

-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using FluentAssertions;
21
using Xunit;
32

43
namespace TestBuildingBlocks;
@@ -11,10 +10,4 @@ public void Empty()
1110
// This dummy test exists solely to suppress the warning
1211
// during test runs that no tests were found in this project.
1312
}
14-
15-
[Fact(Skip = "Example test that is skipped.")]
16-
public void SkipAlways()
17-
{
18-
true.Should().BeFalse();
19-
}
2013
}

0 commit comments

Comments
 (0)