Skip to content

Commit 5e878c6

Browse files
committed
Rename IgnoreConfigTests to IgnoreConfigurationTests
1 parent 7462dc6 commit 5e878c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/Configuration/IgnoreConfigTests.cs renamed to src/GitVersion.Core.Tests/Configuration/IgnoreConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace GitVersion.Core.Tests.Configuration;
88

99
[TestFixture]
10-
public class IgnoreConfigTests : TestBase
10+
public class IgnoreConfigurationTests : TestBase
1111
{
1212
[Test]
1313
public void CanDeserialize()

0 commit comments

Comments
 (0)