Skip to content

Commit e6fe2d3

Browse files
committed
test: fix rebased sm-executor helper call
1 parent 24e5cda commit e6fe2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sm-executor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ mod tests {
15691569
});
15701570
let mut pending = VecDeque::new();
15711571

1572-
SmExecutor::<TestStorage>::requeue_failed_completion(
1572+
SmExecutor::<TestStorage>::handle_failed_completion(
15731573
&mut pending,
15741574
completion,
15751575
SmExecutorError::Stf {

0 commit comments

Comments
 (0)