소스 검색

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