Skip to content

Commit 259c2dd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8bd179e commit 259c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/restapi/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def test_count_consistency(restapi_server, server_url):
5353

5454
for full_type, count in statistics_dict.items():
5555
if full_type in type_count_dict:
56-
assert count == type_count_dict[full_type], f"Found inconsistency for full_type {full_type!r}"
56+
assert count == type_count_dict[full_type], f'Found inconsistency for full_type {full_type!r}'

0 commit comments

Comments
 (0)