From d4163131809cf7d8288186751d354373de8bc867 Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Mon, 20 Nov 2023 15:18:23 +0100 Subject: [PATCH] fix: unittest with proper prefix --- tests/test_transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_transactions.py b/tests/test_transactions.py index db95b2ea..bdaf72b2 100644 --- a/tests/test_transactions.py +++ b/tests/test_transactions.py @@ -521,7 +521,7 @@ def test_witness_update(self): self.op = operations.Witness_update( **{ "fee": {"amount": 0, "asset_id": "1.3.0"}, - "prefix": "TEST", + "prefix": "BTS", "witness": "1.6.63", "witness_account": "1.2.212", "new_url": "https://example.com",