mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Correct unit tests (#55)
This commit is contained in:
@@ -146,9 +146,9 @@ mod tests {
|
||||
let shortcut: ShortcutOwned = manifest.clone().into();
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
assert_eq!(shortcut.exe, "\"C:\\Games\\MarvelGOTG\\retail/gotg.exe\"");
|
||||
assert_eq!(shortcut.exe, "C:\\Games\\MarvelGOTG\\retail/gotg.exe");
|
||||
#[cfg(target_family = "unix")]
|
||||
assert_eq!(shortcut.exe, "\"C:\\Games\\MarvelGOTG/retail/gotg.exe\"");
|
||||
assert_eq!(shortcut.exe, "C:\\Games\\MarvelGOTG/retail/gotg.exe");
|
||||
|
||||
assert_eq!(shortcut.launch_options, "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user