Skip to content

Commit

Permalink
Removes not useful print in test code
Browse files Browse the repository at this point in the history
Avoids to get some textual output even if all tests pass.
  • Loading branch information
Tpt committed Aug 29, 2020
1 parent c877b06 commit e669624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/dataset/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ macro_rules! test_dataset_impl {

let o_matcher = [&*C1, &*C2];
d.retain_matching(&ANY, &rdf::type_, &o_matcher, &ANY)?;
print!("{:?}", d.quads().size_hint());
assert_consistent_hint(4, d.quads().size_hint());
Ok(())
}
Expand Down

0 comments on commit e669624

Please sign in to comment.