浏览代码

Rename to CheckBoxTests class.

BDisp 2 年之前
父节点
当前提交
9f6fcbab79
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
 		}