Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 988b042

Browse files
obonessavornicesei
authored andcommitted
The test class should have a Test suffix to avoid clashing with the name of the class it is testing
1 parent 283e82b commit 988b042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/UnitTests/Core/Config/XslFilesSectionHandlerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace ThoughtWorks.CruiseControl.UnitTests.Core.Config
66
{
77
[TestFixture]
8-
public class XslFilesSectionHandler : CustomAssertion
8+
public class XslFilesSectionHandlerTest : CustomAssertion
99
{
1010
[Test]
1111
public void GetConfig()

0 commit comments

Comments
 (0)