Commit 9bc8d6e
committed
fix(backend): resolve 3 test suite failures from merge conflicts
- server.js: remove duplicate startIdempotencyCleanup import that caused
SyntaxError breaking csrf.test.js and server.errorHandler.test.js
- donations.test.js: update error assertion from 'Invalid Stellar public
key' to 'Invalid Stellar address' to match AppError(INVALID_ADDRESS)
All 67 backend test suites pass (729 tests), lint 0 errors.1 parent ce82069 commit 9bc8d6e
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
| |||
0 commit comments