Skip to content

Commit

Permalink
style: applied linting and formatting to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Dec 3, 2023
1 parent b6bbdf9 commit 5932e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_database_commands.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pymongo import ReadPreference
import pytest

from mongomock_motor import AsyncMongoMockClient


Expand All @@ -10,6 +10,7 @@ async def test_command_buildinfo():
assert await database.command('buildinfo')
assert await database.command({'buildinfo': 1})


@pytest.mark.anyio
async def test_unknown_command():
database = AsyncMongoMockClient().get_database('tests')
Expand Down

0 comments on commit 5932e8b

Please sign in to comment.