Skip to content

Commit 587d3cd

Browse files
committed
fix typo
1 parent 7dd09a7 commit 587d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine.Suggest.Tests/DotnetSuggestEndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public DotnetSuggestEndToEndTests(ITestOutputHelper output)
5656

5757
_environmentVariables = new[] {
5858
("DOTNET_ROOT", _dotnetHostDir.FullName),
59-
(TestDirectroyOverride: "INTERNAL_TEST_DOTNET_SUGGEST_HOME", _testRoot)};
59+
("INTERNAL_TEST_DOTNET_SUGGEST_HOME", _testRoot)};
6060
}
6161

6262
public void Dispose()

0 commit comments

Comments
 (0)