Skip to content

Commit

Permalink
test prefix search for G8AAA
Browse files Browse the repository at this point in the history
  • Loading branch information
zcsahok committed Oct 30, 2023
1 parent 563f35b commit eb09d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_getctydata.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void test_best_match(void **state) {
assert_string_equal(best_prefix("EA8XYZ"), "EA8");
assert_string_equal(best_prefix("W3A"), "W");
assert_string_equal(best_prefix("KL7ND"), "KL");
assert_string_equal(best_prefix("G8AAA"), "G");
}

void test_location_known(void **state) {
Expand Down

0 comments on commit eb09d16

Please sign in to comment.