From 8feb085475d3384872d4b30508d017172807f85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schultz=20Madsen?= Date: Sun, 19 Jan 2025 09:10:47 +0100 Subject: [PATCH] Fixing tests. --- .../CanaryInAColeMine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceItemsPlanningPlugin.Integration.Test/CanaryInAColeMine.cs b/ServiceItemsPlanningPlugin.Integration.Test/CanaryInAColeMine.cs index d14cb3c..ecb601e 100644 --- a/ServiceItemsPlanningPlugin.Integration.Test/CanaryInAColeMine.cs +++ b/ServiceItemsPlanningPlugin.Integration.Test/CanaryInAColeMine.cs @@ -32,7 +32,7 @@ public class CanaryInAColeMine [Test] public void CanPeep() { - Assert.True(true); + Assert.That(true); } } } \ No newline at end of file