From 8382a3a9dde72b0f2e29534fef70dd39b8168973 Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Mon, 3 Nov 2025 14:22:50 +0100 Subject: [PATCH] Fix test output --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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