fixed failing test

This commit is contained in:
Faryan Rezagholi
2020-06-02 09:18:14 +02:00
parent f7e2685213
commit 366d87e6ec

View File

@@ -30,7 +30,7 @@ namespace mRemoteNGTests
"";
#endif
var path = Path.GetDirectoryName(sourceFilePath);
var filePath = $"{path}\\..\\mRemoteV1\\bin\\{debugOrRelease}{normalOrPortable}\\mRemoteNG.exe";
var filePath = $"{path}\\..\\mRemoteNG\\bin\\{debugOrRelease}{normalOrPortable}\\mRemoteNG.exe";
return filePath;
}