From a7076cec6c09775ce5971b36b1ec10e1d819ef26 Mon Sep 17 00:00:00 2001 From: Jackson Rakena Date: Fri, 1 Dec 2023 14:57:27 +1300 Subject: [PATCH] oops hehe --- Tests~/MtuTests.cs | 1 - Tests~/ShutdownTests.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Tests~/MtuTests.cs b/Tests~/MtuTests.cs index a004fef..8b10ad8 100644 --- a/Tests~/MtuTests.cs +++ b/Tests~/MtuTests.cs @@ -3,7 +3,6 @@ namespace Promul.Tests; -[TestFixture(TestName = "MTU tests")] [Timeout(DEFAULT_TIMEOUT)] public class MtuTests { diff --git a/Tests~/ShutdownTests.cs b/Tests~/ShutdownTests.cs index e4ed00b..e362927 100644 --- a/Tests~/ShutdownTests.cs +++ b/Tests~/ShutdownTests.cs @@ -4,7 +4,6 @@ namespace Promul.Tests; -[TestFixture(TestName = "Shutdown and rejection tests")] [Timeout(DEFAULT_TIMEOUT)] public class ShutdownTests {