Fix test output
This commit is contained in:
2
main.py
2
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
|
||||
|
||||
Reference in New Issue
Block a user