Skip to content

Commit 280e79e

Browse files
author
Alan Christie
committed
test: Correct black formatting
1 parent 461ee27 commit 280e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validate_job_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_validate_two_basic_tests():
153153
"timeout-minutes": 30,
154154
"inputs": {"files": ["blob-1.txt", "blob-2.txt"]},
155155
"options": {"param-1": 32, "param-2": "a"},
156-
"environment": ['ENV_1', 'ENV_2'],
156+
"environment": ["ENV_1", "ENV_2"],
157157
"checks": {
158158
"exitCode": 0,
159159
"outputs": [

0 commit comments

Comments
 (0)