aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_everything.py
diff options
context:
space:
mode:
Diffstat (limited to '_pytest/test_everything.py')
-rw-r--r--_pytest/test_everything.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py
index ed045ae..282c89e 100644
--- a/_pytest/test_everything.py
+++ b/_pytest/test_everything.py
@@ -8,7 +8,7 @@ def test_everything(realish_eventrouter, team):
datafiles = glob.glob("_pytest/data/websocket/*.json")
for fname in sorted(datafiles):
- data = json.loads(open(fname, 'r').read())
+ data = json.loads(open(fname, "r").read())
team.ws.add(data)
realish_eventrouter.receive_ws_callback(team.team_hash, None)
realish_eventrouter.handle_next()