Skip to content

Commit b50d9ee

Browse files
authored
Merge pull request #2 from divergentdave/test-fix-3
Fix test by importing re-exported proptest macro
2 parents e434df2 + 25088bc commit b50d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use model::{linearizable, model};
1+
use model::*;
22

33
#[test]
44
fn test_model() {

0 commit comments

Comments
 (0)