Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jun 21, 2022
1 parent d47d93e commit 4a4d659
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 @@ -317,7 +317,7 @@ defmodule Archethic.Bootstrap.NetworkInitTest do

network_address = SharedSecrets.get_network_pool_address()

assert %{nft: %{^network_address => 100_000_000_000_000}} =
assert %{nft: %{^network_address => 3_400_000_000_000_000}} =
Account.get_balance(network_address)
end

Expand Down

0 comments on commit 4a4d659

Please sign in to comment.