Skip to content

Commit

Permalink
Update test_import.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 19, 2024
1 parent d72f406 commit 50944f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def check_import():
print("Unable to adjust sys.path")
raise ImportError('Error importing intakebuilder and other packages')
return -97
return True

def test_import():
assert check_import() == True
Expand Down

0 comments on commit 50944f3

Please sign in to comment.