claude-memory/graph/fixes/fix-player-model-validation-in-draft-pick-test-7888f6.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

496 B

id type title tags importance confidence created updated
7888f693-4914-437b-97f0-81906fbfe69e fix Fix Player model validation in draft pick test
major-domo
python
test-fix
pydantic
0.4 0.8 2025-12-10T04:30:50.680312+00:00 2025-12-10T04:30:50.680312+00:00

Added required fields (wara, image, season, pos_1) to Player instantiation in test_patch_draftpick_success test. The Player Pydantic model requires these fields but the test was only providing id, name, and team.