Skip to content

Commit

Permalink
OFCOM are playing silly buggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed May 1, 2024
1 parent 6e1dbf9 commit 2e76c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/inc/uk_tests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

$number = Number::Phone->new('+443031231234');
skip_if_mocked("libphonenumber doesn't do operators", 1, sub {
ok($number->operator() eq 'BRITISH TELECOMMUNICATIONS', "03 numbers have right operator");
ok($number->operator() eq 'BT', "03 numbers have right operator");
});
is_deeply(
[sort $number->type()],
Expand Down

0 comments on commit 2e76c3a

Please sign in to comment.