Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Dec 12, 2024
1 parent 227d726 commit f4728a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vzdv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ pub mod tests {
assert!(position_in_facility_airspace(&config, "DEN_2_TWR"));
assert!(!position_in_facility_airspace(&config, "SAN_GND"));
assert!(!position_in_facility_airspace(&config, "DENN_F_TWR"));
assert!(!position_in_facility_airspace(&config, "1111111_OBS"));
}

#[test]
Expand Down

0 comments on commit f4728a6

Please sign in to comment.