Skip to content

Commit 6b671f4

Browse files
rnkrttpacrob
authored andcommitted
Update test_threads.py
1 parent a926fea commit 6b671f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/utilities/test_threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_with_custom_exception_type():
100100

101101

102102
def test_with_custom_exception_instance():
103-
exc = Web3ValueError("an instance of an excepiton")
103+
exc = Web3ValueError("an instance of an exception")
104104
timeout = Timeout(0.01, exc)
105105
timeout.start()
106106
time.sleep(0.02)

0 commit comments

Comments
 (0)