mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
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.
This commit is contained in:
parent
ef21890c6e
commit
da9dd4b315
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ mod test {
|
||||||
limits: Limits::default(),
|
limits: Limits::default(),
|
||||||
new_cards_ignore_review_limit: false,
|
new_cards_ignore_review_limit: false,
|
||||||
apply_all_parent_limits: false,
|
apply_all_parent_limits: false,
|
||||||
fsrs: false,
|
fsrs: true,
|
||||||
fsrs_reschedule: false,
|
fsrs_reschedule: false,
|
||||||
fsrs_health_check: true,
|
fsrs_health_check: true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue