Skip to content

Commit

Permalink
fixup! fixup! fixup! Builtin iterate action
Browse files Browse the repository at this point in the history
  • Loading branch information
albinsuresh committed Aug 20, 2024
1 parent 358979c commit 92394f1
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 18 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/tedge_agent/src/operation_workflows/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ impl WorkflowActor {
OperationAction::Iterate(target_json_path, handlers) => {
match OperationAction::process_iterate(
state.clone(),
target_json_path,
&target_json_path,
handlers.clone(),
) {
Ok(next_state) => {
Expand Down
1 change: 1 addition & 0 deletions crates/core/tedge_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tokio = { workspace = true, features = ["fs", "process"] }

[dev-dependencies]
anyhow = { workspace = true }
assert-json-diff = { workspace = true }
assert_matches = { workspace = true }
clock = { workspace = true }
maplit = { workspace = true }
Expand Down
Loading

0 comments on commit 92394f1

Please sign in to comment.