diff --git a/integration-tests/src/test_loop/tests/resharding_v3.rs b/integration-tests/src/test_loop/tests/resharding_v3.rs index c3b42a959a2..c6b39c8eff1 100644 --- a/integration-tests/src/test_loop/tests/resharding_v3.rs +++ b/integration-tests/src/test_loop/tests/resharding_v3.rs @@ -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(), ); }