Skip to content

Commit 332af2f

Browse files
committed
Formatting
1 parent 71c8a32 commit 332af2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/unit/test_findings_sync.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ def test_sync_same_proj_2_branches(json_file: Generator[str]) -> None:
6969
def test_sync_2_proj_branches(json_file: Generator[str]) -> None:
7070
"""test_sync_2_proj_branches"""
7171
code = e.UNSUPPORTED_OPERATION if tutil.SQ.edition() == c.CE else e.OK
72-
assert (
73-
tutil.run_cmd(findings_sync.main, f"{CMD} {PLAT_OPTS} {SYNC_OPTS} -b master -B main -{opt.REPORT_FILE_SHORT} {json_file}")
74-
== code
75-
)
72+
assert tutil.run_cmd(findings_sync.main, f"{CMD} {PLAT_OPTS} {SYNC_OPTS} -b master -B main -{opt.REPORT_FILE_SHORT} {json_file}") == code
7673
if tutil.SQ.edition() == c.CE:
7774
assert tutil.run_cmd(findings_sync.main, f"{CMD} {PLAT_OPTS} {SYNC_OPTS} -B main -{opt.REPORT_FILE_SHORT} {json_file}") == e.OK
7875

0 commit comments

Comments
 (0)