Commit dbc667b
LittleCoinCoin
fix: resolve final test failure in test_timing_accuracy
- Fix test_timing_accuracy to use test case object as key instead of string
- Actual implementation uses test case objects as keys in test_timings dict
- Test was expecting string representation but implementation uses object keys
This resolves the last remaining test failure, achieving 100% test success rate.
All 11 original test failures have been systematically diagnosed and fixed.1 parent 6ee8399 commit dbc667b
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
0 commit comments