diff options
author | Skyler Hawthorne | 2022-04-30 13:22:20 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-06-19 03:57:47 +0000 |
commit | 8d8d389536d1f948f25a38c33f278a5e2f8d1b28 (patch) | |
tree | 2afc76c77472a39997e785f33232b6b224d01632 /helix-term/tests/integration.rs | |
parent | acf931709a56e5af0ac101276fcfb3ba45f159f2 (diff) |
rename top level module to satisfy cargo fmt
Diffstat (limited to 'helix-term/tests/integration.rs')
-rw-r--r-- | helix-term/tests/integration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs index 061bd8ff..376bc88b 100644 --- a/helix-term/tests/integration.rs +++ b/helix-term/tests/integration.rs @@ -1,5 +1,5 @@ #[cfg(feature = "integration")] -mod integration { +mod test { mod helpers; use std::path::PathBuf; |