Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 12, 2024
1 parent aef1992 commit b329b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Chisel.Tests/Support/TestApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Task IAsyncLifetime.DisposeAsync()

public string GetExecutablePath(PublishMode publishMode) => _executables[publishMode].FullName;

public DirectoryInfo IntermediateOutputPath { get; private set; }
public DirectoryInfo IntermediateOutputPath { get; private set; } = new(".");

private async Task CreateTestAppAsync()
{
Expand Down

0 comments on commit b329b90

Please sign in to comment.