Skip to content

Commit b48ff1c

Browse files
reraise exceprtion
1 parent 3e37d38 commit b48ff1c

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
@@ -101,4 +101,5 @@ async def connect_and_execute_simple_query_async(
101101
return True
102102
except Exception as e:
103103
logger.error(e)
104-
return False
104+
# return False
105+
raise e

0 commit comments

Comments
 (0)