fixed test

This commit is contained in:
DustInDark
2022-06-25 20:43:47 +09:00
parent 20d82598e9
commit 4f317e2c08

View File

@@ -460,7 +460,7 @@ mod tests {
yaml.read_dir(path, "", &exclude_ids).unwrap();
assert_eq!(
yaml.rule_status_cnt.get("deprecated").unwrap().to_owned(),
2
1
);
}
}