Skip to content

Commit 314e6a7

Browse files
author
Furkan Küçük
committed
Test method assertion fixed
1 parent bd43818 commit 314e6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"src"
66
],
77
"sdk": {
8-
"version": "9.0.202"
8+
"version": "9.0.102"
99
}
1010
}

src/GitVersion.Configuration.Tests/Configuration/ConfigurationFileLocatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public void ReturnConfigurationFilePathIfCustomConfigurationIsSet()
185185
this.configFileLocator = serviceProvider.GetRequiredService<IConfigurationFileLocator>();
186186

187187
var config = this.configFileLocator.GetConfigurationFile(this.workingPath);
188-
config.ShouldBe(Path.GetFullPath("Configuration/CustomConfig.yaml"));
188+
config.ShouldBe(Path.Combine(this.workingPath, "Configuration", "CustomConfig.yaml"));
189189
}
190190

191191
[TestCase(null)]

0 commit comments

Comments
 (0)