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

Commit 280358a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e65d56c commit 280358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_createing_database() -> None:
4444
assert database.Database()
4545

4646

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

0 commit comments

Comments
 (0)