test: fixed crud test
This commit is contained in:
parent
d61011f5ea
commit
96235086d7
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ fn quest_crud() -> Result<(), QuestError> {
|
||||||
|
|
||||||
let filename = format!("{}.toml", quest.id);
|
let filename = format!("{}.toml", quest.id);
|
||||||
|
|
||||||
let delete_path = quests_path.with_file_name(filename);
|
quests_path.push(filename);
|
||||||
|
|
||||||
Quest::delete(delete_path)?;
|
Quest::delete(quests_path)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue