Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu committed Oct 30, 2023
1 parent fe71427 commit bf84acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/nox-tests/tests/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ async fn remove_service_by_alias() {

#[tokio::test]
async fn non_owner_remove_service() {
log_utils::enable_logs();
let swarms = make_swarms(1).await;

let mut client = ConnectedClient::connect_to(swarms[0].multiaddr.clone())
Expand Down
3 changes: 2 additions & 1 deletion crates/nox-tests/tests/local_vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ async fn make() {
false,
Duration::from_secs(20),
&keypair_a,
).await;
)
.await;

let args = read_args(particle, client_b, &mut local_vm_b, &keypair_b)
.await
Expand Down

0 comments on commit bf84acb

Please sign in to comment.