mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Rename to CheckBoxTests class.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user