Skip to content

Commit

Permalink
Update Rust crate test-strategy to 0.4.0 (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 23, 2025
1 parent ea5d796 commit d9c1d06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
33 changes: 5 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ term = "0.7"
termios = "0.3"
termtree = "0.5.1"
textwrap = "0.16.1"
test-strategy = "0.3.1"
test-strategy = "0.4.0"
thiserror = "1.0"
tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" }
tokio = "1.40.0"
Expand Down
2 changes: 1 addition & 1 deletion installinator-common/src/block_size_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ mod tests {
#[proptest]
fn proptest_block_writer(
chunks: Vec<Vec<u8>>,
#[strategy((16_usize..4096))] block_size: usize,
#[strategy(16_usize..4096)] block_size: usize,
) {
with_test_runtime(move || async move {
proptest_block_writer_impl(chunks, block_size)
Expand Down

0 comments on commit d9c1d06

Please sign in to comment.