black run on tests folder

This commit is contained in:
Luna 2021-06-25 15:19:51 -03:00
parent 1d2df14527
commit bd1d756d22
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ import pytest
@pytest.mark.asyncio @pytest.mark.asyncio
async def test_guild_create(test_cli_user): async def test_guild_create(test_cli_user):
"""Test the creation of a guild, in three stages: """Test the creation of a guild, in three stages:
- creating it - creating it
- checking the list - checking the list
- deleting it - deleting it
""" """
g_name = secrets.token_hex(5) g_name = secrets.token_hex(5)