summaryrefslogtreecommitdiff
path: root/exes/webhook/src/handler/tests/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exes/webhook/src/handler/tests/mod.rs')
-rw-r--r--exes/webhook/src/handler/tests/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/webhook/src/handler/tests/mod.rs b/exes/webhook/src/handler/tests/mod.rs
index cf7f558..60ae6d3 100644
--- a/exes/webhook/src/handler/tests/mod.rs
+++ b/exes/webhook/src/handler/tests/mod.rs
@@ -1,2 +1,2 @@
-pub mod signature;
pub mod handler;
+pub mod signature;