diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-27 14:53:48 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-27 14:53:48 -0600 |
| commit | 2309a49fddd189e5dc9da1e7bf979864f02701e0 (patch) | |
| tree | d60300d727ab6de68c0e69cecc35b54e252b7642 /tests/support/mod.rs | |
| parent | f2e1cc278bedb63ba0b0b8d9a82e28f0e10fe048 (diff) | |
test: rename common module to support
Diffstat (limited to 'tests/support/mod.rs')
| -rw-r--r-- | tests/support/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/support/mod.rs b/tests/support/mod.rs new file mode 100644 index 00000000..5e2a6d78 --- /dev/null +++ b/tests/support/mod.rs @@ -0,0 +1 @@ +pub mod factory_bot; |
