()
| 411 | |
| 412 | #[test] |
| 413 | fn parse_not() { |
| 414 | let pred = parse_predicate("NOT status = 'archived'").unwrap(); |
| 415 | assert!(matches!(pred, RlsPredicate::Not(_))); |
| 416 | } |
| 417 | |
| 418 | #[test] |
| 419 | fn validate_auth_refs_passes() { |
nothing calls this directly
no test coverage detected