Skip to content

Commit

Permalink
Remove breakpoint from test
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Feb 4, 2025
1 parent 51be1e5 commit d323994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def check_reference_directory(
try:
diff_dicts(test_json, reference_json)
except AssertionError as e:
breakpoint()
assert False, errmsg + str(e)
else:
test_lines = list(test_file.readlines())
Expand Down

0 comments on commit d323994

Please sign in to comment.