Fix CA1515
This commit is contained in:
committed by
Gustas Kažukauskas
parent
24c19f64c9
commit
42ac32dace
@@ -15,7 +15,7 @@ using OpenRA.Widgets;
|
||||
namespace OpenRA.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class MediatorTest
|
||||
sealed class MediatorTest
|
||||
{
|
||||
[TestCase(TestName = "Mediator test")]
|
||||
public void Test()
|
||||
@@ -30,7 +30,7 @@ namespace OpenRA.Test
|
||||
}
|
||||
}
|
||||
|
||||
public class TestHandler : INotificationHandler<TestNotificaton>
|
||||
sealed class TestHandler : INotificationHandler<TestNotificaton>
|
||||
{
|
||||
public bool WasNotified { get; set; }
|
||||
|
||||
@@ -40,5 +40,5 @@ namespace OpenRA.Test
|
||||
}
|
||||
}
|
||||
|
||||
public class TestNotificaton { }
|
||||
sealed class TestNotificaton { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user