Skip to content

Commit c79ec3f

Browse files
committed
cargo test-lint
1 parent 6384c8c commit c79ec3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/src/worker/heartbeat.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ mod tests {
231231
.activity_task_poller_behavior(PollerBehavior::SimpleMaximum(1_usize))
232232
.max_outstanding_activities(1_usize)
233233
.build()
234-
.unwrap()
235-
.into();
234+
.unwrap();
236235

237236
let client = Arc::new(mock);
238237
let worker = worker::Worker::new(

0 commit comments

Comments
 (0)