diff --git a/UnitTests/Views/CheckBoxTests.cs b/UnitTests/Views/CheckBoxTests.cs index 82e34b604..16a8a81b5 100644 --- a/UnitTests/Views/CheckBoxTests.cs +++ b/UnitTests/Views/CheckBoxTests.cs @@ -7,10 +7,10 @@ using Xunit; using Xunit.Abstractions; namespace Terminal.Gui.ViewTests { - public class CheckboxTests { + public class CheckBoxTests { readonly ITestOutputHelper output; - public CheckboxTests (ITestOutputHelper output) + public CheckBoxTests (ITestOutputHelper output) { this.output = output; }