Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thiel committed Jun 3, 2019
1 parent 5b4d44c commit bc80db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interactive.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod app {
use dua::interactive::TreeIndex;
use dua::{
interactive::{widgets::SortMode, EntryData, TerminalApp, Tree, TreeIndexType},
interactive::{widgets::SortMode, TerminalApp},
traverse::{EntryData, Tree, TreeIndex, TreeIndexType},
ByteFormat, Color, TraversalSorting, WalkOptions,
};
use failure::Error;
Expand Down

0 comments on commit bc80db2

Please sign in to comment.