Skip to content

Commit

Permalink
remove half test committed in error-
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 9, 2025
1 parent c1dc0e8 commit 142dacc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unittests/model_tests/neuron/test_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,3 @@ def _check_warnings(lc, expected, not_expected):
print("Found warnings for variables {}".format(warning_variables))
assert all(item in warning_variables for item in expected)
assert all(item not in warning_variables for item in not_expected)

def test_push_bot_led_device():
claimed_defaults =

0 comments on commit 142dacc

Please sign in to comment.