Skip to content

Commit

Permalink
Update tests/primer/test_primer_external.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored and Pierre-Sassoulas committed Nov 13, 2021
1 parent bbb8a25 commit 5e638b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/primer/test_primer_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_primer_external_packages_no_crash(package: PackageToLint) -> None:
)
except subprocess.CalledProcessError as ex:
assert ex.returncode != 32 # Crash
assert ex.returncode % 2 == 0 # Message of category Fatal has
assert ex.returncode % 2 == 0 # Message of category Fatal

0 comments on commit 5e638b4

Please sign in to comment.