Skip to content

Commit 8252196

Browse files
author
bjmb
committed
Fixed typo
1 parent a12f5ad commit 8252196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def is_gevent_monkey_patched():
4747
def is_monkey_patched():
4848
return is_gevent_monkey_patched() or is_eventlet_monkey_patched()
4949

50-
notwindows = unittest.skipUnless(not "Windows" in platform.system(), "This test is not adecuate for windows")
50+
notwindows = unittest.skipUnless(not "Windows" in platform.system(), "This test is not adequate for windows")

0 commit comments

Comments
 (0)