summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-03 16:12:55 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-03 16:12:55 +0530
commitfb57ebd0423775c4c9b757a2fad588f8baa5beec (patch)
tree056841d9851dbe485d41ad0ee63e8176084e1f00 /tests
parent84b6f8ce829e7a57604b4e983c91bc52a7299ac4 (diff)
Move 'traverse' module out of 'interactive' - it's unrelated
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/interactive.rs b/tests/interactive.rs
index e21a092..52ee7ad 100644
--- a/tests/interactive.rs
+++ b/tests/interactive.rs
@@ -204,8 +204,7 @@ mod app {
app.process_events(&mut terminal, b"ju".keys())?;
{
assert_eq!(
- app.traversal.root_index,
- app.state.root,
+ app.traversal.root_index, app.state.root,
"it keeps the root - it can't go further up"
);
assert_eq!(