Files
matrix-rust-sdk/testing/matrix-sdk-test
Ivan Enderlin b00088c1b4 test: Use non-faulty timestamp.
This patch changes the `origin_server_ts` value from 151393755000000
(which is Sun Oct 15 2451 01:46:40 GMT+0000) to 1784626598
which is today. Otherwise, it makes Tantivy to panic, see
https://github.com/matrix-org/matrix-rust-sdk/issues/6772 to learn more.
2026-07-22 15:38:53 +02:00
..
2026-07-22 15:38:53 +02:00
2026-05-18 15:05:52 +02:00

Build Status codecov License #matrix-rust-sdk

matrix-sdk-test

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust.

NOTE: These are just test helpers for the matrix-rust-sdk, you're probably interested in the main rust-sdk crate.