Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed May 18, 2023
1 parent 6c378c9 commit 1dd5e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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/particle-node-tests/tests/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async fn create_service_from_config() {
(call -relay- ("dist" "make_module_config") [m-0.$.name! m-0.$.mem_pages_count! m-0.$.max_heap_size! m-0.$.logger_enabled! m-0.$.preopened_files! m-0.$.envs! m-0.$.mapped_dirs! m-0.$.mounted_binaries! m-0.$.logging_mask!] conf)
(call -relay- ("dist" "add_module") [module_bytes conf] mod)
)
(call -relay- ("op" "identity") [mod] $mod_hashes)
(ap mod $mod_hashes)
)
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 2])
)
Expand Down

0 comments on commit 1dd5e3d

Please sign in to comment.