Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Tests.Shared.Administration
|
||||
{
|
||||
[TestFixture]
|
||||
[Parallelizable(ParallelScope.All)]
|
||||
public class AdminFlagsExtTest
|
||||
public sealed class AdminFlagsExtTest
|
||||
{
|
||||
[Test]
|
||||
[TestCase("ADMIN", AdminFlags.Admin)]
|
||||
|
||||
@@ -7,7 +7,7 @@ using NUnit.Framework;
|
||||
namespace Content.Tests.Shared.Administration.Logs;
|
||||
|
||||
[TestFixture]
|
||||
public class LogTypeTests
|
||||
public sealed class LogTypeTests
|
||||
{
|
||||
[Test]
|
||||
public void Unique()
|
||||
|
||||
Reference in New Issue
Block a user