Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 7, 2024
1 parent 88d1bbe commit e991331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/10-new.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use Test::Most tests => 19;

# Load the package/module where 'new' is implemented
BEGIN { use_ok('Geo::Coder::Free'); use_ok('Geo::coder::Free::Local') }
BEGIN { use_ok('Geo::Coder::Free'); use_ok('Geo::Coder::Free::Local') }

isa_ok(Geo::Coder::Free->new(), 'Geo::Coder::Free', 'Creating Geo::Coder::Free object');
isa_ok(Geo::Coder::Free::new(), 'Geo::Coder::Free', 'Creating Geo::Coder::Free object');
Expand Down

0 comments on commit e991331

Please sign in to comment.