summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-21 21:15:12 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-21 22:21:23 +0100
commit2c2861db6abfdcccdb6ca144c35ad5012efb0b6c (patch)
treec7df6485eed0ba9697b88507607e897655f30017 /tests
parentbb0a3d586ef00dfa1fc77b665c0ae5735a05b5b9 (diff)
Further simplify module structure
Diffstat (limited to 'tests')
-rw-r--r--tests/no_duplicate_extensions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/no_duplicate_extensions.rs b/tests/no_duplicate_extensions.rs
index cdc96128..20dfc349 100644
--- a/tests/no_duplicate_extensions.rs
+++ b/tests/no_duplicate_extensions.rs
@@ -1,6 +1,6 @@
use std::collections::HashSet;
-use bat::assets::HighlightingAssets;
+use bat::HighlightingAssets;
#[test]
fn no_duplicate_extensions() {