Skip to content

Commit

Permalink
fix test module path
Browse files Browse the repository at this point in the history
  • Loading branch information
ecthiender committed Apr 5, 2020
1 parent 95a6e26 commit e6f64e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import threading
import unittest

from websocket_server import WebsocketServer
from .websocket_server import WebsocketServer
from graphql_client import *

# The protocol:
Expand Down

0 comments on commit e6f64e4

Please sign in to comment.