From 5ac217f518ee471c9599c75b836afea1bd92b064 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Feb 2022 16:43:50 -0600 Subject: Fix the tests so they actually work Signed-off-by: Matt Strapp --- System/Tests/test_Motor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System/Tests/test_Motor.py') 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 -- cgit v1.2.3