move fixtures to the right spot
This commit is contained in:
parent
ac3811ddbd
commit
cee428b708
3 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_sda_compatibility_1() {
|
||||
let path = Path::new("steamguard/src/fixtures/maFiles/1-account/manifest.json");
|
||||
let path = Path::new("src/fixtures/maFiles/1-account/manifest.json");
|
||||
assert!(path.is_file());
|
||||
let result = Manifest::load(path);
|
||||
assert!(matches!(result, Ok(_)));
|
||||
|
|
Loading…
Reference in a new issue