Skip to content

Commit d416313

Browse files
committed
fix: unittest with proper prefix
1 parent 5f32630 commit d416313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def test_witness_update(self):
521521
self.op = operations.Witness_update(
522522
**{
523523
"fee": {"amount": 0, "asset_id": "1.3.0"},
524-
"prefix": "TEST",
524+
"prefix": "BTS",
525525
"witness": "1.6.63",
526526
"witness_account": "1.2.212",
527527
"new_url": "https://example.com",

0 commit comments

Comments
 (0)