Test fixed according to correct suite check
This commit is contained in:
parent
284c483b6b
commit
bbceaa13d7
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user