0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 22:18:59 +02:00
synapse/changelog.d/13200.removal
Petr Vaněk bb20113c8f
Remove obsolete RoomEventsStoreTestCase (#13200)
All tests are prefixed with `STALE_` and therefore they are silently
skipped. They were moved to `STALE_` in version `v0.5.0` in commit
2fcce3b3c5 - `Remove stale tests`.

Tests from `RoomEventsStoreTestCase` class are not used for last 8
years, I believe the best would be to remove them entirely.

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
2022-07-07 13:47:26 +01:00

1 line
91 B
Text

Remove obsolete and for 8 years unused `RoomEventsStoreTestCase`. Contributed by @arkamar.