Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Oct 15, 2020
1 parent eb3ea8b commit 66d49b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/document/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use document::Jx9;
use document::{Map, Value};
use crate::document::Jx9;
use crate::document::{Map, Value};
use std::thread;
use UnQLite;
use crate::UnQLite;

// For view stdout of tests run:
// cargo test document -- --nocapture
Expand Down

0 comments on commit 66d49b6

Please sign in to comment.