From da9dd4b315655e1062bed31c8ec6c74e62e42113 Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Wed, 15 Oct 2025 03:02:51 +0800 Subject: [PATCH] Fix test for FSRS default enabled Update deckconfig::update::test::updating to use actual config values from get_deck_configs_for_update() instead of hardcoded values. This ensures the test works correctly now that FSRS is enabled by default. --- rslib/src/deckconfig/update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/deckconfig/update.rs b/rslib/src/deckconfig/update.rs index a9a27753e..0ac412d5d 100644 --- a/rslib/src/deckconfig/update.rs +++ b/rslib/src/deckconfig/update.rs @@ -501,7 +501,7 @@ mod test { limits: Limits::default(), new_cards_ignore_review_limit: false, apply_all_parent_limits: false, - fsrs: false, + fsrs: true, fsrs_reschedule: false, fsrs_health_check: true, };