Skip to content

Commit 25088bc

Browse files
committed
Fix test by importing re-exported proptest macro
1 parent e434df2 commit 25088bc

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)