Skip to content

Commit

Permalink
Remove invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Jan 3, 2025
1 parent 0e1c17e commit f4eada5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/filter/test_filter_defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ fn test_filter_defs_containment() {

let filter = Filter::try_from("containedBy? @equip2").expect("Filter");
assert_eq!(db.read(&filter), db.recs.get(5));

assert!(Filter::try_from("containedBy? equip2").is_err());
}

#[test]
Expand Down

0 comments on commit f4eada5

Please sign in to comment.