matrix-rust-sdk/examples/persist_session
Benjamin Bouvier 8de33f68f3 integration tests: randomize user names better
In the previous situation, running the tests with `cargo test` would sometimes fail because despite appending the number of milliseconds since
the start of epoch to the user names, some user names would clash across different tests, leading to unexpected results. This fixes it by using
an actual RNG in there, so the names don't ever clash.
2023-11-01 07:57:46 +01:00
..
src chore(auth): prefix `Session` data structures with the auth kind 2023-09-15 13:03:11 +02:00
Cargo.toml integration tests: randomize user names better 2023-11-01 07:57:46 +01:00