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