Skip to content

Commit e4b8a84

Browse files
committed
fixed casing
1 parent 7ea0207 commit e4b8a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.Shared.Tests/InteractiveRunnerTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public async Task ScriptPackageReference()
213213
[Fact]
214214
public async Task LoadedFile()
215215
{
216-
var pathToFixture = Path.Combine("..", "..", "..", "..", "DotNet.Script.Tests", "TestFixtures", "REPL", "main.csx");
216+
var pathToFixture = Path.Combine("..", "..", "..", "..", "Dotnet.Script.Tests", "TestFixtures", "REPL", "main.csx");
217217
var commands = new[]
218218
{
219219
"var x = 5;",

0 commit comments

Comments
 (0)