Merge pull request #91 from dyc3/manifest-unit-tests3

move fixtures to the right spot
This commit is contained in:
Carson McManus 2021-08-14 22:55:49 -04:00 committed by GitHub
commit 18ffc3a4fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -251,7 +251,7 @@ mod tests {
#[test] #[test]
fn test_sda_compatibility_1() { 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()); assert!(path.is_file());
let result = Manifest::load(path); let result = Manifest::load(path);
assert!(matches!(result, Ok(_))); assert!(matches!(result, Ok(_)));