now its failing
Some checks failed
build (7.0.x)

This commit is contained in:
Holger Börchers 2023-03-29 21:50:50 +02:00
parent 7f5d080d10
commit c8d16f4c34

View File

@ -14,7 +14,7 @@ namespace SmallInjector.Tests
[Test] [Test]
public void Test2() public void Test2()
{ {
Assert.Pass(); Assert.Fail();
} }
} }
} }