This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Commit 27c27cd
committed
Fix cache test - get_current_state returns copies for safety
The cache stores the state, but get_current_state() returns a copy
to prevent external mutation. Check equality, not identity.1 parent 0537210 commit 27c27cd
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
731 | | - | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
732 | 733 | | |
733 | 734 | | |
734 | 735 | | |
| |||
0 commit comments