Skip to content

Commit 42cc3f8

Browse files
fix: update stream_chat/tests/async_chat/test_channel.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17389f3 commit 42cc3f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stream_chat/tests/async_chat/test_channel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,7 @@ async def test_update_member_partial(
449449

450450
# Test setting a new field while unsetting the previous one
451451
response = await channel.update_member_partial(
452-
user_id,
453-
set={"color": "red"},
454-
unset=["hat"]
452+
user_id, set={"color": "red"}, unset=["hat"]
455453
)
456454
assert response["channel_member"]["color"] == "red"
457455
assert "hat" not in response["channel_member"]

0 commit comments

Comments
 (0)