Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
staffik committed Jan 9, 2025
1 parent fa8e29e commit c617d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/test_loop/tests/resharding_v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ fn test_resharding_v3_do_not_track_children_after_resharding() {
test_resharding_v3_base(
TestReshardingParametersBuilder::default()
.num_clients(num_clients)
.tracked_shard_schedule(Some(tracked_shard_schedule.clone()))
.tracked_shard_schedule(Some(tracked_shard_schedule))
.build(),
);
}
Expand Down

0 comments on commit c617d07

Please sign in to comment.