diff --git a/main.py b/main.py index 3a1b7e3..d86a723 100644 --- a/main.py +++ b/main.py @@ -85,7 +85,7 @@ def test_database(): # Summary 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: # Clean up temporary file