summaryrefslogtreecommitdiff
path: root/test/test_pyeclib_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pyeclib_api.py')
-rw-r--r--test/test_pyeclib_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pyeclib_api.py b/test/test_pyeclib_api.py
index 9585035..57cea5c 100644
--- a/test/test_pyeclib_api.py
+++ b/test/test_pyeclib_api.py
@@ -143,7 +143,7 @@ class TestPyECLibDriver(unittest.TestCase):
# m is smaller than 1
ECDriver(ec_type=ec_type, k=1, m=-100)
self.assertEqual(str(err_context.exception),
- "Invalid number of data fragments (m)")
+ "Invalid number of parity fragments (m)")
def test_valid_ec_types(self):
# Build list of available types and compare to VALID_EC_TYPES