Fix test output

This commit is contained in:
Mrna
2025-11-03 14:22:50 +01:00
parent 0287e16fd8
commit 5ca8e02937

View File

@@ -85,7 +85,7 @@ def test_database():
# Summary # Summary
all_good = vectors_match and records_match and vectors_equal and records_equal and ollama_running all_good = vectors_match and records_match and vectors_equal and records_equal and ollama_running
print(f"\n✅ Test {'PASSED' if all_good else 'FAILED'}: All data preserved through save/load cycle") print(f"\n✅ Test {'PASSED' if all_good else 'FAILED'}")
finally: finally:
# Clean up temporary file # Clean up temporary file