Skip to content

Commit

Permalink
tests pass no property check
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Oct 28, 2024
1 parent bffd183 commit f4fe14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading/src/generator/file_gen/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ mod test {

let wait_op = (0u64..=1_000u64).prop_map(|ticks| Operation::Wait { ticks });

prop_oneof![wait_op].boxed()
prop_oneof![wait_op, getattr_op, lookup_op, read_op].boxed()
}
}

Expand Down

0 comments on commit f4fe14a

Please sign in to comment.