mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Remove brittle built_in_rules count test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6f512c665d
commit
aa0be8f379
1 changed files with 0 additions and 8 deletions
|
|
@ -1198,14 +1198,6 @@ mod tests {
|
|||
assert!(d.is_empty());
|
||||
}
|
||||
|
||||
// built_in_rules tests
|
||||
|
||||
#[test]
|
||||
fn built_in_rules_returns_16_rules() {
|
||||
let rules = built_in_rules();
|
||||
assert_eq!(rules.len(), 16);
|
||||
}
|
||||
|
||||
// direction_valid rule tests
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue