move around fixtures
This commit is contained in:
parent
71edb794c1
commit
8722e9f294
5 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_sda_compatibility_1() {
|
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());
|
assert!(path.is_file());
|
||||||
let result = Manifest::load(path);
|
let result = Manifest::load(path);
|
||||||
assert!(matches!(result, Ok(_)));
|
assert!(matches!(result, Ok(_)));
|
||||||
|
@ -413,7 +413,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_sda_compatibility_1_encrypted() {
|
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());
|
assert!(path.is_file());
|
||||||
let result = Manifest::load(path);
|
let result = Manifest::load(path);
|
||||||
assert!(matches!(result, Ok(_)));
|
assert!(matches!(result, Ok(_)));
|
||||||
|
|
Loading…
Reference in a new issue