added integration test for Game & export_link on Game
This commit is contained in:
@@ -39,6 +39,13 @@ fn parse_complex() {
|
||||
"Installed game wrong path"
|
||||
);
|
||||
|
||||
assert!(
|
||||
config
|
||||
.game_by_id("sse")
|
||||
.is_some_and(|e| e.install_location().is_absolute()),
|
||||
"Relative game path was not resolved to absolute"
|
||||
);
|
||||
|
||||
assert!(
|
||||
config
|
||||
.game_by_id("sse")
|
||||
|
||||
Reference in New Issue
Block a user