Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cd80923 authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

aconfig: fix incorrect source path in test cache

Bug: 283910447
Test: atest aconfig.test
Change-Id: I9bc34e838a0945891f866e9788bcf9f4f6c23d3b
parent f9422526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ pub mod test_utils {
                    reader: Box::new(include_bytes!("../tests/first.values").as_slice()),
                },
                Input {
                    source: Source::File("tests/test.aconfig".to_string()),
                    source: Source::File("tests/second.values".to_string()),
                    reader: Box::new(include_bytes!("../tests/second.values").as_slice()),
                },
            ],