Fix test
Summary: Broken here: https://github.com/facebook/flipper/actions/runs/5081747819/jobs/9130539143 Reviewed By: antonk52 Differential Revision: D46189738 fbshipit-source-id: b26da6e6bc2434b4b48962d195f30ab9e18cb6de
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eaaac54bc4
commit
7114b41ee3
@@ -405,7 +405,7 @@ mod test {
|
||||
fn test_included_packlist_parses() {
|
||||
let res: PackList =
|
||||
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize");
|
||||
assert_eq!(res.0.len(), 5);
|
||||
assert_eq!(res.0.len(), 6);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user