about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/tests/tests.rs')
-rw-r--r--crates/rocie-server/tests/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rocie-server/tests/tests.rs b/crates/rocie-server/tests/tests.rs
index 4a218d1..373b573 100644
--- a/crates/rocie-server/tests/tests.rs
+++ b/crates/rocie-server/tests/tests.rs
@@ -3,8 +3,8 @@
 mod _testenv;
 pub(crate) use _testenv as testenv;
 
-mod products;
 mod product_parents;
-mod units;
+mod products;
 mod recipies;
+mod units;
 mod users;