Browse Source

Rename to CheckBoxTests class.

BDisp 2 years ago
parent
commit
9f6fcbab79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UnitTests/Views/CheckBoxTests.cs

+ 2 - 2
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;
 		}