mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
Исправление тестов.
FCMClient теперь не инициализируется, если отсутствует требуемая переменная окружения.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user