Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent e65d56c commit 280358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_createing_database() -> None:
assert database.Database()


@pytest.mark.dependency()
@pytest.mark.dependency
def test_profile() -> None:
"""Test creating new profile in the database, read it, select and delete it."""
db = database.Database()
Expand Down

0 comments on commit 280358a

Please sign in to comment.