Skip to content

Commit 68e3e96

Browse files
committed
updated test filename to reflect the sut
1 parent 43be2a0 commit 68e3e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FluentCommandLineParser.Tests/FluentCommandLineParser.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<Compile Include="Internals\CommandLineParserEngine\when_args_contains_a_boolean_option_that_ends_with_no_sign.cs" />
106106
<Compile Include="Internals\HelpCommandLineOptionTests.cs" />
107107
<Compile Include="Internals\TestContextBase.cs" />
108-
<Compile Include="Internals\Validators\CommandLineOptionNameValidatorTests.cs" />
108+
<Compile Include="Internals\Validators\OptionNameValidatorTests.cs" />
109109
<Compile Include="Internals\Validators\NoDuplicateOptionValidatorTests.cs" />
110110
<Compile Include="TestContext\TestContext.cs" />
111111
<Compile Include="FluentCommandLineParser\TestContext\TestType.cs" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#region License
2-
// CommandLineOptionNameValidatorTests.cs
2+
// OptionNameValidatorTests.cs
33
// Copyright (c) 2013, Simon Williams
44
// All rights reserved.
55
//
@@ -31,7 +31,7 @@
3131

3232
namespace Fclp.Tests.Internals.Validators
3333
{
34-
class CommandLineOptionNameValidatorTests
34+
class OptionNameValidatorTests
3535
{
3636
[Subject(typeof(OptionNameValidator))]
3737
abstract class CommandLineOptionNameValidatorTestContext : TestContextBase<OptionNameValidator>

0 commit comments

Comments
 (0)