docs: align design doc test-plan with InvalidArgument error mapping

This commit is contained in:
Joseph Doherty
2026-05-28 13:30:19 -04:00
parent 0d6193cdc4
commit 83a4d41fce
+1 -1
View File
@@ -226,7 +226,7 @@ Unit tests (no live MXAccess / Galaxy required):
- Ordering matches `DashboardBrowseTreeBuilder` byte-for-byte.
- Sibling pagination across multiple pages.
- Page-token round trip (serialize → deserialize → same offset).
- Stale `page_token``FailedPrecondition`.
- Stale `page_token``InvalidArgument`.
- Unknown parent → `NotFound`.
- Filter change between pages of the same token → `InvalidArgument`.
- `GalaxyRepositoryGrpcServiceTests` — new `BrowseChildren` happy path,