Test fixed according to correct suite check

This commit is contained in:
Сергей Конев 2024-11-06 15:34:33 +03:00
parent 284c483b6b
commit bbceaa13d7

View File

@ -776,6 +776,8 @@ fn test_standard_repositories() -> Result<(), Error> {
let mut file = APTRepositoryFile::new(&alt_list)?.unwrap();
file.parse()?;
expected[1].status = Some(false);
let std_repos = standard_repositories(&[file], "pve", ALTBranchID::Sisyphus);
assert_eq!(std_repos, &expected[0..=3]);