Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandy Liu committed Feb 10, 2020
1 parent 8dc2aee commit 1916b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/microbit/test/test_accelerometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test_is_gesture_error(self):
def test_was_gesture(self):
mock_gesture_up = "up"
mock_gesture_down = "down"

assert not self.accelerometer.was_gesture(mock_gesture_up)
self.accelerometer._Accelerometer__set_gesture(mock_gesture_up)
self.accelerometer.current_gesture() # Call is needed for gesture detection so it can be added to the lists.
Expand Down

0 comments on commit 1916b49

Please sign in to comment.