()
| 1483 | |
| 1484 | #[test] |
| 1485 | fn restrictive_default_version_is_one() { |
| 1486 | let policy = restrictive_default_policy(); |
| 1487 | assert_eq!(policy.version, 1); |
| 1488 | } |
| 1489 | |
| 1490 | #[test] |
| 1491 | fn parse_minimal_policy_yaml() { |
nothing calls this directly
no test coverage detected