Skip to content

Commit

Permalink
fix(precheck): magic return code is 0 on success
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab committed Apr 30, 2024
1 parent 26aa641 commit b409a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precheck/test_precheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def read ../def/analog/tt_block_1x2_pg_ana.def
],
)

assert magic.returncode != 0
assert magic.returncode == 0


@pytest.fixture(scope="session")
Expand Down

0 comments on commit b409a21

Please sign in to comment.