Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Aug 8, 2022
1 parent 67e91b6 commit 858709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ims.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ def test_im_counters(logged_rocket, recipient_user):

im_counters = logged_rocket.im_counters(
room_id=im_create.get("room").get("_id"),
user_name=logged_rocket.me().json().get("_id")
user_name=logged_rocket.me().json().get("_id"),
).json()
assert im_counters.get("success")

0 comments on commit 858709e

Please sign in to comment.