fix
diff --git a/tests/utils.py b/tests/utils.py
index 5a3f475..8be5c1f 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -396,7 +396,8 @@
             continue
         elif line.startswith("[mod = L=3072"):
             continue
-        elif reading_key_data:
+
+        if reading_key_data:
             if line.startswith("P"):
                 vectors.append({'p': int(line.split("=")[1], 16)})
             elif line.startswith("Q"):