aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_processteamjoin.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2021-03-20 13:41:02 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2021-03-20 13:42:40 +0100
commit373baece5094b5bedf10e08ea95d09be3619fd23 (patch)
treede7b6c84c3512c7a08aecf05c351936389bcdebf /_pytest/test_processteamjoin.py
parentbf9ef6f4bcd580a9b4ba858537d0a99cae7bb87e (diff)
downloadwee-slack-373baece5094b5bedf10e08ea95d09be3619fd23.tar.gz
Format all python files with black
Diffstat (limited to '_pytest/test_processteamjoin.py')
-rw-r--r--_pytest/test_processteamjoin.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/_pytest/test_processteamjoin.py b/_pytest/test_processteamjoin.py
index f965bbb..e07ee0a 100644
--- a/_pytest/test_processteamjoin.py
+++ b/_pytest/test_processteamjoin.py
@@ -5,12 +5,12 @@ import json
def test_process_team_join(realish_eventrouter, team):
# delete charles so we can add him
- del team.users['U4096CBHC']
+ del team.users["U4096CBHC"]
assert len(team.users) == 3
- datafile = '_pytest/data/websocket/1485975606.59-team_join.json'
- data = json.loads(open(datafile, 'r').read())
+ datafile = "_pytest/data/websocket/1485975606.59-team_join.json"
+ data = json.loads(open(datafile, "r").read())
team.ws.add(data)
realish_eventrouter.receive_ws_callback(team.team_hash, None)
realish_eventrouter.handle_next()