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:
Pascal Hartig
2023-05-25 10:13:23 -07:00
committed by Facebook GitHub Bot
parent eaaac54bc4
commit 7114b41ee3

View File

@@ -405,7 +405,7 @@ mod test {
fn test_included_packlist_parses() { fn test_included_packlist_parses() {
let res: PackList = let res: PackList =
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize"); 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] #[test]