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 {