aboutsummaryrefslogtreecommitdiffstats
path: root/System/Tests/test_Encoder.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_Encoder.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_Encoder.py')
-rw-r--r--System/Tests/test_Encoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Tests/test_Encoder.py b/System/Tests/test_Encoder.py
index bb6e3e4..fa1c91c 100644
--- a/System/Tests/test_Encoder.py
+++ b/System/Tests/test_Encoder.py
@@ -1,4 +1,4 @@
-from encoder import Encoder
+from pendulum import Encoder
import time
import RPi.GPIO as GPIO