Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Dec 12, 2022
1 parent fde3d7f commit efbdb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/archethic/bootstrap_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ defmodule Archethic.BootstrapTest do

assert :ok =
Bootstrap.do_resync_network_chain(
[:node_shared_secrets],
:node_shared_secrets,
_nodes = P2P.authorized_and_available_nodes()
)
end
Expand Down Expand Up @@ -523,7 +523,7 @@ defmodule Archethic.BootstrapTest do

assert :ok =
Bootstrap.do_resync_network_chain(
[:node_shared_secrets],
:node_shared_secrets,
_nodes = P2P.authorized_and_available_nodes()
)

Expand Down Expand Up @@ -598,7 +598,7 @@ defmodule Archethic.BootstrapTest do

assert :ok =
Bootstrap.do_resync_network_chain(
[:node_shared_secrets],
:node_shared_secrets,
_nodes = P2P.authorized_and_available_nodes()
)

Expand Down

0 comments on commit efbdb41

Please sign in to comment.