Skip to content

Commit 95c627f

Browse files
committed
Adds failing Test to check handling within GitHub Actions
1 parent 40a6c8e commit 95c627f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using Xunit;
2+
3+
namespace Marten.AspNetCore.Identity.Tests;
4+
5+
public class FailingTest
6+
{
7+
[Fact]
8+
public void DoesFail()
9+
{
10+
Assert.True(false);
11+
}
12+
}

0 commit comments

Comments
 (0)