aboutsummaryrefslogtreecommitdiffstats
path: root/System/Tests/test_Motor.py
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 16:43:50 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 16:44:59 -0600
commit5ac217f518ee471c9599c75b836afea1bd92b064 (patch)
tree4e0ff2dce3dd2aa14c138700f77a94082dcb9b54 /System/Tests/test_Motor.py
parentBump setuptools from 59.6.0 to 60.9.3 in /System (#1) (diff)
downloadee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.gz
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.bz2
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.lz
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.xz
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.zst
ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.zip
Fix the tests so they actually work
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'System/Tests/test_Motor.py')
-rw-r--r--System/Tests/test_Motor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Tests/test_Motor.py b/System/Tests/test_Motor.py
index f48b6ee..c4e777a 100644
--- a/System/Tests/test_Motor.py
+++ b/System/Tests/test_Motor.py
@@ -1,4 +1,4 @@
-from motor import Motor
+from pendulum import Motor
import time
import RPi.GPIO as GPIO