Merge pull request #91 from dyc3/manifest-unit-tests3
move fixtures to the right spot
This commit is contained in:
commit
18ffc3a4fa
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