aboutsummaryrefslogtreecommitdiff
path: root/tests/integration_test.rs
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 12:07:43 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 16:34:52 +0100
commitafd0794104228cd20e177f41dc68e9ae7ecaabda (patch)
treea7ee69438b0906b03b4b4a88fd376023a96acce0 /tests/integration_test.rs
parent2ae9158285a22c023ebd0f88bbadd8b0832079ea (diff)
Performance improvements, prep for publish.
Diffstat (limited to 'tests/integration_test.rs')
-rw-r--r--tests/integration_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_test.rs b/tests/integration_test.rs
index 6814429..122ed5a 100644
--- a/tests/integration_test.rs
+++ b/tests/integration_test.rs
@@ -1,4 +1,4 @@
-use wmap_renderer::{render_to_png, render_to_svg, Configuration, StageType};
+use wmap_renderer::{Configuration, StageType, render_to_png, render_to_svg};
#[test]
fn test_render_simple_map_to_png() {