Skip to content

Commit ec34a47

Browse files
committed
Fix build
1 parent b0bebf3 commit ec34a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTests/Microsoft.Testing.Platform.UnitTests/Configuration/AggregatedConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed class AggregatedConfigurationTests
2424
[DataRow(PlatformConfigurationConstants.PlatformTestHostWorkingDirectory)]
2525
public void IndexerTest_DirectoryNotSetAndNoConfigurationProviders(string key)
2626
{
27-
_testApplicationModuleInfoMock.Setup(x => x.GetCurrentTestApplicationDirectory()).Returns("TestAppDir");
27+
_testApplicationModuleInfoMock.Setup(x => x.GetCurrentTestApplicationFullPath()).Returns("TestAppDir/test.exe");
2828
string? expected = key switch
2929
{
3030
PlatformConfigurationConstants.PlatformResultDirectory => Path.Combine("TestAppDir", "TestResults"),

0 commit comments

Comments
 (0)