summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qeeprom.py
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-03-09 12:39:50 +0100
committerHector Fernandez <hector@iatec.biz>2020-03-09 12:39:50 +0100
commitc685367cbd6abf1c6ae442df759e39b25a907d3b (patch)
tree37a942f44512c7b567447de41b1ff2c8496898be /test-cli/test/tests/qeeprom.py
parenta03055f657d2e970e45e7ea2a3e66857f821eabd (diff)
downloadboard-c685367cbd6abf1c6ae442df759e39b25a907d3b.zip
board-c685367cbd6abf1c6ae442df759e39b25a907d3b.tar.gz
board-c685367cbd6abf1c6ae442df759e39b25a907d3b.tar.bz2
Fixed several test procedures.
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: