Skip to content

Commit f87c25e

Browse files
author
Priyadarshini Piramanayagam
committed
fix: format
1 parent 5d649b5 commit f87c25e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/testmonitor/test_testmonitor.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ def test__create_single_result_and_get_results__at_least_one_result_exists(
122122
status = Status.PASSED()
123123
results = [
124124
CreateResultRequest(
125-
part_number=unique_identifier, program_name=program_name, status=status, properties={"test": None}
125+
part_number=unique_identifier,
126+
program_name=program_name,
127+
status=status,
128+
properties={"test": None},
126129
)
127130
]
128131
create_results(results)

0 commit comments

Comments
 (0)