move around fixtures

This commit is contained in:
Carson McManus 2021-08-19 17:45:20 -04:00
parent 71edb794c1
commit 8722e9f294
5 changed files with 2 additions and 2 deletions

View file

@ -392,7 +392,7 @@ mod tests {
#[test]
fn test_sda_compatibility_1() {
let path = Path::new("src/fixtures/maFiles/1-account/manifest.json");
let path = Path::new("src/fixtures/maFiles/compat/1-account/manifest.json");
assert!(path.is_file());
let result = Manifest::load(path);
assert!(matches!(result, Ok(_)));
@ -413,7 +413,7 @@ mod tests {
#[test]
fn test_sda_compatibility_1_encrypted() {
let path = Path::new("src/fixtures/maFiles/1-account-encrypted/manifest.json");
let path = Path::new("src/fixtures/maFiles/compat/1-account-encrypted/manifest.json");
assert!(path.is_file());
let result = Manifest::load(path);
assert!(matches!(result, Ok(_)));