Skip to content

Commit

Permalink
fix(test): update type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 8, 2024
1 parent f45babe commit cd69768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ mod tests {
].t().to_owned()
)]
fn test_generate_all_path_candidates(
#[case] num_primitives: u32,
#[case] num_primitives: usize,
#[case] order: u32,
#[case] expected: Array2<usize>,
) {
Expand Down

0 comments on commit cd69768

Please sign in to comment.