diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-18 15:58:36 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-18 15:58:36 +0100 |
| commit | 277f2d2176f5e98305870f90b16af3feae1bb3d1 (patch) | |
| tree | a267216f67ebed87cbf83f021bfb01e9b79feae4 /tests/src/layouter.rs | |
| parent | 70878885f5d169f2c5d9e66d3919ee56d5f9f9ca (diff) | |
ColorToken serialization + function fix 🚧
Diffstat (limited to 'tests/src/layouter.rs')
| -rw-r--r-- | tests/src/layouter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/layouter.rs b/tests/src/layouter.rs index 6d38666b..fa0c631a 100644 --- a/tests/src/layouter.rs +++ b/tests/src/layouter.rs @@ -107,7 +107,7 @@ fn test(name: &str, src: &str) -> DynResult<()> { // Render the layout into a PNG. Command::new("python") - .arg("tests/render.py") + .arg("tests/src/render.py") .arg(name) .spawn() .expect("failed to run python renderer"); |
