Skip to content

Commit

Permalink
fix: return status instead of hardcoded True in test_uart
Browse files Browse the repository at this point in the history
- fixes #85
  • Loading branch information
Chr157i4n committed Dec 18, 2024
1 parent 7cb1a0c commit 5e57e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TMC_2209/_TMC_2209_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_uart(self):
self.tmc_logger.log("UART connection: not OK", Loglevel.ERROR)

self.tmc_logger.log("---")
return True
return status



Expand Down

0 comments on commit 5e57e2c

Please sign in to comment.