Skip to content

Commit 529902f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3f3006d commit 529902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

random_order/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def pytest_report_header(config):
5858
plugin = Config(config)
5959
if not plugin.is_enabled:
6060
return "Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket=<bucket_type>"
61-
return ("Using --random-order-bucket={plugin.bucket_type}\n" "Using --random-order-seed={plugin.seed}\n").format(
61+
return ("Using --random-order-bucket={plugin.bucket_type}\nUsing --random-order-seed={plugin.seed}\n").format(
6262
plugin=plugin
6363
)
6464

0 commit comments

Comments
 (0)