Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jul 4, 2022
1 parent d3a504f commit c646fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/archethic/bootstrap/network_init_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ defmodule Archethic.Bootstrap.NetworkInitTest do
network_address = SharedSecrets.get_network_pool_address()
key = {network_address, 0}

assert %{token: %{^key => 3_400_000_000_000_000}} = Account.get_balance(network_address)
assert %{token: %{^key => 3_340_000_000_000_000}} = Account.get_balance(network_address)
end

test "init_software_origin_shared_secrets_chain/1 should create first origin shared secret transaction" do
Expand Down

0 comments on commit c646fb1

Please sign in to comment.