mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
c8e286a42a
The messages were sent at the same time over light push so there was no strong order preservation from the behaviour. Correction: order does not matter, just check that messages aren't present. Messages were only checked for `ephemeral` being false + one test was doing several checks. Correction: split the test and use light push + filter to check ephemeral field value preservation.