Skip to content

Commit

Permalink
fix: unittest with proper prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Nov 20, 2023
1 parent 5f32630 commit d416313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transactions.py
Expand Up @@ -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",
Expand Down

0 comments on commit d416313

Please sign in to comment.