Skip to content

Commit 83e8abf

Browse files
reraise exceprtion
1 parent d41ae02 commit 83e8abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/wif/test_wif_async.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ async def connect_and_execute_simple_query_async(connection_params) -> bool:
6767
return True
6868
except Exception as e:
6969
logger.error(e)
70-
return False
70+
# return False
71+
raise e

0 commit comments

Comments
 (0)