cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

commit 9f334e6f420900509ca02d0562925b3277e6d6cb
parent e549d4847a791a5c87e9562aedf7d92f4d7bdd87
Author: triesap <tyson@radroots.org>
Date:   Sun, 24 May 2026 18:14:29 +0000

tests: align app order fixture timestamp

- use the current app order_updated_at string shape in the supported app-order fixture
- keep the fixture compatible with the shared local-events app order contract
- validate supported and stale app-order CLI fixture paths
- leave CLI validation behavior changes for the next RCLD slice

Diffstat:
Mtests/target_cli.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/target_cli.rs b/tests/target_cli.rs @@ -533,7 +533,7 @@ fn seed_app_order_record_variant( "source": "app_sqlite_order", "record_id": record_id, "order_id": order_id, - "order_updated_at": 1_779_000_010, + "order_updated_at": "2026-05-24T12:00:10Z", "created_at_ms": 1_779_000_010_000_i64, }, "no_payment": {