summaryrefslogtreecommitdiff
path: root/tests/integration_test.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 14:53:48 -0600
committermo khan <mo@mokhan.ca>2025-06-27 14:53:48 -0600
commit2309a49fddd189e5dc9da1e7bf979864f02701e0 (patch)
treed60300d727ab6de68c0e69cecc35b54e252b7642 /tests/integration_test.rs
parentf2e1cc278bedb63ba0b0b8d9a82e28f0e10fe048 (diff)
test: rename common module to support
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 c1edf36e..c17d8e65 100644
--- a/tests/integration_test.rs
+++ b/tests/integration_test.rs
@@ -1,2 +1,2 @@
mod authorization;
-mod common;
+mod support;