From ff5c9b04d33df5cded9c8c3284a5099fba807354 Mon Sep 17 00:00:00 2001 From: Yan Guiborat Date: Wed, 21 Dec 2022 17:21:18 +0100 Subject: [PATCH] Updating tests wip --- test/archethic/account/mem_tables_loader_test.exs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/archethic/account/mem_tables_loader_test.exs b/test/archethic/account/mem_tables_loader_test.exs index 27291f2fba..e3cdadfb5c 100644 --- a/test/archethic/account/mem_tables_loader_test.exs +++ b/test/archethic/account/mem_tables_loader_test.exs @@ -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,