diff --git a/tests/dotnet/UnitTests/MlaunchTest.cs b/tests/dotnet/UnitTests/MlaunchTest.cs index f12b51d6649..6e753393f1c 100644 --- a/tests/dotnet/UnitTests/MlaunchTest.cs +++ b/tests/dotnet/UnitTests/MlaunchTest.cs @@ -98,7 +98,7 @@ public void GetMlaunchRunArguments (ApplePlatform platform, string runtimeIdenti if (!BinLog.TryFindPropertyValue (rv.BinLogPath, "RunCommand", out var runCommand)) Assert.Fail ("Could not find the property 'RunCommand' in the binlog."); - Assert.That (runCommand, Is.EqualTo ($"'{mlaunchPath}'"), "Run command"); + Assert.That (runCommand, Is.EqualTo ($"{mlaunchPath}"), "Run command"); var expectedArguments = new StringBuilder (); var isSim = runtimeIdentifiers.Contains ("simulator");