From acddbb01f7d195532f2fca505c37fa726ed9dec2 Mon Sep 17 00:00:00 2001 From: GroM Date: Wed, 16 Oct 2024 17:38:01 +0200 Subject: [PATCH] Near: Retrieve currency_configuration from cal --- test/python/test_near.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/python/test_near.py b/test/python/test_near.py index 567cf332..00f28726 100644 --- a/test/python/test_near.py +++ b/test/python/test_near.py @@ -2,10 +2,12 @@ from .apps.exchange_test_runner import ExchangeTestRunner, ALL_TESTS_EXCEPT_MEMO_AND_FEES from .apps.near import NearClient, NearErrors +from .apps import cal as cal # ExchangeTestRunner implementation for Near class NearTests(ExchangeTestRunner): - currency_ticker = "NEAR" + + currency_configuration = cal.NEAR_CURRENCY_CONFIGURATION valid_destination_1 = "speculos.testnet" valid_destination_memo_1 = "" valid_destination_2 = "speculo.testnet"