aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests/integration.rs
diff options
context:
space:
mode:
authorSkyler Hawthorne2023-02-17 18:50:00 +0000
committerMichael Davis2023-03-20 23:34:40 +0000
commit8c5ec95ac0a8535060b9e0545e4c46f57aeccbfd (patch)
tree156bd28ecbb95042139ef9e64b096f459d05b565 /helix-term/tests/integration.rs
parent78613ac0f2d54a8c9474430ca1ee994a6d55a37b (diff)
factor write command tests to own module
Diffstat (limited to 'helix-term/tests/integration.rs')
-rw-r--r--helix-term/tests/integration.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs
index a378af7a..be1bfc2c 100644
--- a/helix-term/tests/integration.rs
+++ b/helix-term/tests/integration.rs
@@ -23,5 +23,4 @@ mod test {
mod movement;
mod prompt;
mod splits;
- mod write;
}