summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qeeprom.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qeeprom.py')
-rw-r--r--test-cli/test/tests/qeeprom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-cli/test/tests/qeeprom.py b/test-cli/test/tests/qeeprom.py
index d2c55ef..1921bf7 100644
--- a/test-cli/test/tests/qeeprom.py
+++ b/test-cli/test/tests/qeeprom.py
@@ -34,7 +34,6 @@ class Qeeprom(unittest.TestCase):
# compare both values
if data_rx != data_tx:
self.fail("failed: mismatch between written and received values.")
-
else:
self.fail("failed: Unable to read from the EEPROM device.")
else: