Skip to content

Commit

Permalink
Convert path separator from Windows to Linux in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
waf committed Nov 17, 2023
1 parent defdbb0 commit e073462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharpRepl.Tests/ReadEvalPrintLoopTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public async Task RunAsync_LoadScriptByFilePath_RunsScript()
);

await repl.RunAsync(new Configuration(
loadScript: "#load \"Data\\LoadScript.csx\""
loadScript: "#load \"Data/LoadScript.csx\""
));

Assert.DoesNotContain("Exception", console.AnsiConsole.Output);
Expand Down

0 comments on commit e073462

Please sign in to comment.