Skip to content

Commit 54a7fc5

Browse files
committed
Fix tests not running in circleci
1 parent 4014980 commit 54a7fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_bootstrap_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
import sys, os
33
if os.getcwd().endswith('tests'):
44
sys.path.insert(0, '..')
5-
elif os.getcwd().endswith('websocket-server'):
5+
elif os.path.exists('websocket_server'):
66
sys.path.insert(0, '.')

0 commit comments

Comments
 (0)