diff --git a/test/archethic/bootstrap/network_init_test.exs b/test/archethic/bootstrap/network_init_test.exs index a1f39dfa9..90662e395 100644 --- a/test/archethic/bootstrap/network_init_test.exs +++ b/test/archethic/bootstrap/network_init_test.exs @@ -402,7 +402,7 @@ defmodule Archethic.Bootstrap.NetworkInitTest do network_address = SharedSecrets.get_network_pool_address() key = {network_address, 0} - assert %{token: %{^key => 3_340_000_000_000_000}} = Account.get_balance(network_address) + assert %{token: %{^key => 3_444_185_300_000_000}} = Account.get_balance(network_address) end test "init_software_origin_shared_secrets_chain/1 should create first origin shared secret transaction" do