mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
When normalizing fixture data, all numbers were being replaced if they matched `exp_month`. This can lead to various errors and flaky fixture generation. We use a pattern match which includes the parameter being matched to fix this.