From e3e5d6e1bad200209d39e8ca440133b7a9a4227e Mon Sep 17 00:00:00 2001 From: Neylix Date: Thu, 8 Dec 2022 20:28:50 +0100 Subject: [PATCH] Fix test --- test/archethic/bootstrap/network_init_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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