From 06e3a2ad0785c710ccfabfe2a8d97aa3782a4130 Mon Sep 17 00:00:00 2001 From: Alistair Norman Date: Fri, 22 Nov 2024 14:25:22 -0800 Subject: [PATCH] Add spec creation to todo --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 34e9d98f55..5dcf61e09b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,7 @@ In-Memory Order Updater TODO === +- [ ] Add additional cases to item_total_updater_spec (doesn't currently account for included adjustments) - [ ] Consider Sofia's recommendation to break this class into POROs to simplify testing - [ ] Add test coverage for `update_item_total` when line item totals change - [ ] Test coverage to ensure state changes aren't persisted (if someone changes current implementation)