From c8d16f4c345c5febc3f040151077f815a8b8f2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Wed, 29 Mar 2023 21:50:50 +0200 Subject: [PATCH] now its failing --- src/SmallInjector.Tests/UnitTest1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SmallInjector.Tests/UnitTest1.cs b/src/SmallInjector.Tests/UnitTest1.cs index f18e2f7..70f5c64 100644 --- a/src/SmallInjector.Tests/UnitTest1.cs +++ b/src/SmallInjector.Tests/UnitTest1.cs @@ -14,7 +14,7 @@ namespace SmallInjector.Tests [Test] public void Test2() { - Assert.Pass(); + Assert.Fail(); } } }