mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-27 00:11:10 +00:00
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.