move fixtures to the right spot

This commit is contained in:
Carson McManus 2021-08-14 22:51:03 -04:00
parent ac3811ddbd
commit cee428b708
3 changed files with 1 additions and 1 deletions

View file

@ -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(_)));