Skip to content

Commit

Permalink
Updating tests wip
Browse files Browse the repository at this point in the history
  • Loading branch information
netboz committed Dec 21, 2022
1 parent ccf671d commit ff5c9b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/archethic/account/mem_tables_loader_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ defmodule Archethic.Account.MemTablesLoaderTest do
amount: 1_000_000_000,
type: {:token, "@CharlieToken", 0}
},
%TransactionMovement{
to: LedgerOperations.burning_address(),
amount: 1_000_000,
type: {:token, "@CharlieToken", 0}
},
%TransactionMovement{
to: "@Tom4",
amount: 200_000_000,
Expand Down

0 comments on commit ff5c9b0

Please sign in to comment.