Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Dec 4, 2024
1 parent ccf12a0 commit 6ae93f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def assert_render_equality(
cairo_version = cairo.cairo_version_string()
print(f"cairo version: {cairo_version}")

input_path = path.join("test", "data", "cairo_" + cairo_version, filename)
input_path = path.join("test", "data", "cairo_1.18.2", filename)
output_path = input_path if create_input else path.join(tmp_path, filename)
surf = map.render(
mapsy.FixedScreenSize(
Expand Down

0 comments on commit 6ae93f7

Please sign in to comment.