mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-02 19:12:53 -04:00
test(base): Fix an incorrect data for a test.
This patch fixes a test data: it uses `r0` to create an event for room `r1`. This doesn't change the test but the data was wrong.
This commit is contained in:
@@ -1286,7 +1286,7 @@ impl EventCacheStoreIntegrationTests for DynEventCacheStore {
|
||||
// new items on 0
|
||||
Update::PushItems {
|
||||
at: Position::new(CId::new(2), 0),
|
||||
items: vec![make_test_event(r0, "yummy")],
|
||||
items: vec![make_test_event(r1, "yummy")],
|
||||
},
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user