Исправление тестов.

FCMClient теперь не инициализируется, если отсутствует требуемая переменная окружения.
This commit is contained in:
2025-04-16 16:38:37 +04:00
parent e71ab0526d
commit 28f59389ed
3 changed files with 12 additions and 2 deletions

View File

@@ -567,6 +567,8 @@ fn convert_groups_to_teachers(
/// # Examples
///
/// ```
/// use schedule_parser_rusted::parser::parse_xls;
///
/// let result = parse_xls(&include_bytes!("../../schedule.xls").to_vec());
///
/// assert!(result.is_ok());