We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bc99e commit 7135504Copy full SHA for 7135504
test/TestBuildingBlocks/DummyTest.cs
@@ -1,4 +1,3 @@
1
-using FluentAssertions;
2
using Xunit;
3
4
namespace TestBuildingBlocks;
@@ -11,10 +10,4 @@ public void Empty()
11
10
// This dummy test exists solely to suppress the warning
12
// during test runs that no tests were found in this project.
13
}
14
-
15
- [Fact(Skip = "Example test that is skipped.")]
16
- public void SkipAlways()
17
- {
18
- true.Should().BeFalse();
19
- }
20
0 commit comments