summaryrefslogtreecommitdiffstats
path: root/src/input/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/thread.rs')
-rw-r--r--src/input/thread.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/thread.rs b/src/input/thread.rs
index 7a91413..a2467ac 100644
--- a/src/input/thread.rs
+++ b/src/input/thread.rs
@@ -96,8 +96,8 @@ mod tests {
use super::*;
use crate::{
input::KeyEvent,
- runtime::{testutils::ThreadableTester, Status},
- test_helpers::create_event_reader,
+ runtime::Status,
+ test_helpers::{create_event_reader, ThreadableTester},
};
#[test]