Commit 47a6c32
committed
fix(tests): update test fixtures to match current schema
Test compilation failed due to outdated test fixtures after schema changes.
Fixed:
- models/mod.rs: Project struct now has id: String (was i64), path: Option<String>
(was String), removed session_count and last_opened_at fields, added updated_at
- error.rs: AppError::NotFound expects String, not &str
All tests now compile and pass.1 parent 322ce1a commit 47a6c32
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments