Fix compilation error in test

This commit is contained in:
Kerollmops 2025-05-26 14:04:53 +02:00 committed by Clément Renault
parent 564cad1163
commit 2a067d3327
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 3 additions and 0 deletions

View file

@ -897,6 +897,7 @@ fn test_correct_settings_init() {
prefix_search,
facet_search,
disable_on_numbers,
chat,
} = settings;
assert!(matches!(searchable_fields, Setting::NotSet));
assert!(matches!(displayed_fields, Setting::NotSet));