Skip to content

Commit

Permalink
Merge branch 'master' into current-task-build-id-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource authored Jan 8, 2024
2 parents e279d17 + a764405 commit 0effdc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/replay/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ where
.boxed()
});

client.expect_complete_workflow_task().returning(move |a| {
dbg!(a);
client.expect_complete_workflow_task().returning(move |_a| {
async move { Ok(RespondWorkflowTaskCompletedResponse::default()) }.boxed()
});
client
Expand Down

0 comments on commit 0effdc9

Please sign in to comment.