From 9f6fcbab79fdf0eb93c0ead255f6e591f99b6c9a Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 20 Jul 2023 14:36:24 +0100 Subject: [PATCH] Rename to CheckBoxTests class. --- UnitTests/Views/CheckBoxTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }