Format strings using black
This commit is contained in:
@@ -9,4 +9,4 @@ def test_catch_event(client2, catch_event):
|
||||
mid = "test"
|
||||
with catch_event("onMessage") as x:
|
||||
client2.onMessage(mid=mid)
|
||||
assert x.res['mid'] == mid
|
||||
assert x.res["mid"] == mid
|
||||
|
Reference in New Issue
Block a user