Files
logos-messaging-nim/tests-e2e/tests
Egor Rachkovskii 4b4e2996a3 test(e2e): give every channel test a per-run channel id
SDS persists its state per channelId and restores it on create, so the
fixed ids these tests used carried one run's causal history into the next
and made repeated local runs diverge from a clean CI run.

Call unique_channel_id(), which has been sitting unused in
wrapper_helpers since the delivery tests landed, and rename the constants
it now seeds from *_ID to *_PREFIX so the name says what the value is.
2026-08-17 15:19:46 +01:00
..