Skip to content

Commit

Permalink
test(ui): Increase the recursion_limit.
Browse files Browse the repository at this point in the history
Since we have added a new variant to `RoomEventCacheUpdate`, a macro
hits the recursion limit. It needs to be updated in order for tests to
run again.
  • Loading branch information
Hywan committed Dec 17, 2024
1 parent 32d55ca commit bdd0bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/matrix-sdk-ui/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#![recursion_limit = "256"]

use itertools::Itertools as _;
use matrix_sdk::deserialized_responses::TimelineEvent;
use ruma::{events::AnyStateEvent, serde::Raw, EventId, RoomId};
Expand Down

0 comments on commit bdd0bea

Please sign in to comment.