Skip to content

Commit ad320a8

Browse files
committed
squash last f
1 parent 5154abb commit ad320a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def random_users(client):
4848
@pytest.fixture(scope="function")
4949
def channel(client, random_user):
5050
channel = client.channel(
51-
"messaging", f"{uuid.uuid4()}", {"test": True, "language": "python"}
51+
"messaging", str(uuid.uuid4()), {"test": True, "language": "python"}
5252
)
5353
channel.create(random_user["id"])
5454
return channel

0 commit comments

Comments
 (0)