Skip to content

Commit 7462dc6

Browse files
committed
Rename ConfigFileLocatorTests to ConfigurationFileLocatorTests
1 parent 2b28a43 commit 7462dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitVersion.Core.Tests/Configuration/DefaultConfigFileLocatorTests.cs renamed to src/GitVersion.Core.Tests/Configuration/ConfigurationFileLocatorTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace GitVersion.Core.Tests;
1212

1313
[TestFixture]
14-
public class ConfigFileLocatorTests
14+
public class ConfigurationFileLocatorTests
1515
{
1616
public class DefaultConfigFileLocatorTests : TestBase
1717
{
@@ -72,7 +72,7 @@ private string SetupConfigFileContent(string text, string fileName, string path)
7272
}
7373
}
7474

75-
public class NamedConfigFileLocatorTests : TestBase
75+
public class NamedConfigurationFileLocatorTests : TestBase
7676
{
7777
private const string DefaultRepoPath = @"c:\MyGitRepo";
7878
private const string DefaultWorkingPath = @"c:\MyGitRepo\Working";

0 commit comments

Comments
 (0)