Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Set check flag to True (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] committed Oct 19, 2021
1 parent 9bf303e commit 92b0db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifpd2/tests/test_scripts_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def remove_test_db():
subprocess.run(["rm", "-r", "test_db"])
subprocess.run(["rm", "-r", "test_db"], check=True)


def test_db_make():
Expand Down

0 comments on commit 92b0db8

Please sign in to comment.