summaryrefslogtreecommitdiffstats
path: root/test/test_otultra2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_otultra2.py')
-rw-r--r--test/test_otultra2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_otultra2.py b/test/test_otultra2.py
index 4d59f6a..34078e3 100644
--- a/test/test_otultra2.py
+++ b/test/test_otultra2.py
@@ -65,7 +65,7 @@ class TestOTUltra2(unittest.TestCase):
def test_invalid_checksum(self):
self._set_return_string('% 1337\r')
- self.assertRaises(lifescan_common.InvalidChecksum,
+ self.assertRaises(exceptions.InvalidChecksum,
self.device.get_serial_number)
def test_broken_checksum(self):