Skip to content

Commit

Permalink
Drop intentionally failing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Klint Anders (Consultant) committed Apr 10, 2024
1 parent 80e4757 commit 2e54717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_CAN_bus_loogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_almost_j1939_extract(self):
print(f"content of working dir: {os.listdir('.')}")
print(f"content of working dir (abspath): {os.listdir(os.path.abspath('.'))}")
print(f"content of ./test subdir: {os.listdir(os.path.join('.','test'))}")
assert False # We want fail and output of prints above
# assert False # We want fail and output of prints above

# if not os.path.exists(dbc):
# dbc = os.path.join(os.path.abspath("."), "almost-J1939.dbc") # CI env?
Expand Down

0 comments on commit 2e54717

Please sign in to comment.