Skip to content

Commit c3f8087

Browse files
committed
chore: fix incorrect rebase
Signed-off-by: exploreriii <[email protected]>
1 parent 000e4c1 commit c3f8087

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/test_executable.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ def test_topic_create_transaction_fails_on_nonretriable_error():
383383
):
384384
tx.execute(client)
385385

386-
# Verify the error contains the expected status
387-
assert f"{ResponseCode.INVALID_TRANSACTION_BODY.name} ({ResponseCode.INVALID_TRANSACTION_BODY.value})" in str(exc_info.value)
388-
389386
def test_transaction_node_switching_body_bytes():
390387
"""Test that execution switches nodes after receiving a non-retriable error."""
391388
ok_response = TransactionResponseProto(nodeTransactionPrecheckCode=ResponseCode.OK)

0 commit comments

Comments
 (0)