We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75903d commit e4002aeCopy full SHA for e4002ae
1 file changed
fcs-cli/tests/common/mod.rs
@@ -34,7 +34,12 @@ pub fn find_model_path() -> Option<PathBuf> {
34
}
35
36
pub fn find_fixture_image() -> Option<PathBuf> {
37
- let candidates = vec!["fixtures/images/006.jpg", "../fixtures/images/006.jpg"];
+ let candidates = vec![
38
+ "fixtures/images/006.jpg",
39
+ "../fixtures/images/006.jpg",
40
+ "samples/sample_01.jpg",
41
+ "../samples/sample_01.jpg",
42
+ ];
43
require(
44
candidates
45
.into_iter()
0 commit comments