Skip to content

Commit

Permalink
Merge pull request #2 from divergentdave/test-fix-3
Browse files Browse the repository at this point in the history
Fix test by importing re-exported proptest macro
  • Loading branch information
spacejam authored Jul 24, 2019
2 parents e434df2 + 25088bc commit b50d9ee
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 b50d9ee

Please # to comment.