Skip to content

Commit 080b3e3

Browse files
Youssef1313github-actions
authored andcommitted
Fix
1 parent fcf52d7 commit 080b3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTests/Microsoft.Testing.Platform.UnitTests/TestApplicationBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public sealed class TestApplicationBuilderTests
2020
public TestApplicationBuilderTests()
2121
{
2222
CurrentTestApplicationModuleInfo testApplicationModuleInfo = new(new SystemEnvironment(), new SystemProcessHandler());
23-
AggregatedConfiguration configuration = new([], testApplicationModuleInfo, new SystemFileSystem());
23+
AggregatedConfiguration configuration = new([], testApplicationModuleInfo, new SystemFileSystem(), new(null, [], []));
2424
configuration.SetCurrentWorkingDirectory(string.Empty);
2525
configuration.SetCurrentWorkingDirectory(string.Empty);
2626
_serviceProvider.AddService(configuration);

0 commit comments

Comments
 (0)