diff --git a/node-graph/gstd/src/raster.rs b/node-graph/gstd/src/raster.rs index c2a1c9ca..0e0676a0 100644 --- a/node-graph/gstd/src/raster.rs +++ b/node-graph/gstd/src/raster.rs @@ -181,7 +181,7 @@ mod test { let grayscale_picture = MapResultNode::new(&gray).after(image); let export = export_image_node(); - let picture = grayscale_picture.eval("/home/dennis/screenshot.png").expect("failed to load image"); - export.eval((picture, "/tmp/screenshot.png")).unwrap(); + let picture = grayscale_picture.eval("test-image-1.png").expect("Failed to load image"); + export.eval((picture, "test-image-1-result.png")).unwrap(); } } diff --git a/node-graph/gstd/test-image-1.png b/node-graph/gstd/test-image-1.png new file mode 100644 index 00000000..81383123 Binary files /dev/null and b/node-graph/gstd/test-image-1.png differ