Skip to content

Commit

Permalink
Fix test by importing re-exported proptest macro
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jun 23, 2019
1 parent e434df2 commit 25088bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use model::{linearizable, model};
use model::*;

#[test]
fn test_model() {
Expand Down

0 comments on commit 25088bc

Please # to comment.