diff --git a/ModiBuff/ModiBuff.Tests/ApplierTests.cs b/ModiBuff/ModiBuff.Tests/ApplierTests.cs index eee55a9..610543f 100644 --- a/ModiBuff/ModiBuff.Tests/ApplierTests.cs +++ b/ModiBuff/ModiBuff.Tests/ApplierTests.cs @@ -193,12 +193,11 @@ public void ModifierDoesntExist() } [Test] - public void ApplierDoesntExist() - { #if !DEBUG - Setup(); - Assert.Ignore("This test is only for debug mode"); + [Ignore("This test is only for debug mode. Skipping test")] #endif + public void ApplierDoesntExist() + { Setup(); Assert.Throws(() => _ = new ApplierEffect("NonExistentApplier"));