diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py index 1362e906..ca3245b0 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -783,7 +783,7 @@ def load_nist_kbkdf_vectors(vector_data): tag.update({name.lower(): value.lower()}) elif line.startswith("COUNT="): - test_data = dict() + test_data = {} test_data.update(tag) vectors.append(test_data) elif line.startswith("L"): |