Skip to content

Commit 2b28a43

Browse files
committed
Rename ConfigProviderTests to ConfigurationProviderTests
1 parent ddc43c1 commit 2b28a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/Configuration/ConfigProviderTests.cs renamed to src/GitVersion.Core.Tests/Configuration/ConfigurationProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace GitVersion.Core.Tests;
1515

1616
[TestFixture]
17-
public class ConfigProviderTests : TestBase
17+
public class ConfigurationProviderTests : TestBase
1818
{
1919
private const string DefaultRepoPath = @"c:\MyGitRepo";
2020

0 commit comments

Comments
 (0)