Skip to content

Commit fea8a7e

Browse files
style: black-format test_engine_adapter.py (quota tests)
1 parent a256c53 commit fea8a7e

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

tests/test_engine_adapter.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,21 @@ def _install_raising(self, exc):
632632

633633
def _run_base(self):
634634
return engine_adapter.main(
635-
["base", "--repo", "/r", "--out", "/o", "--name", "n",
636-
"--run-id", "rid", "--depth", "2", "--source-sha", "abc123"]
635+
[
636+
"base",
637+
"--repo",
638+
"/r",
639+
"--out",
640+
"/o",
641+
"--name",
642+
"n",
643+
"--run-id",
644+
"rid",
645+
"--depth",
646+
"2",
647+
"--source-sha",
648+
"abc123",
649+
]
637650
)
638651

639652
def test_main_drops_sentinel_on_quota_error(self):

0 commit comments

Comments
 (0)