diff options
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/closest.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/closest.t b/t/cobrand/closest.t index c7ba10cc4..c671fc9f4 100644 --- a/t/cobrand/closest.t +++ b/t/cobrand/closest.t @@ -10,7 +10,7 @@ use_ok 'FixMyStreet::Cobrand'; mySociety::Locale::gettext_domain( 'FixMyStreet' ); -my $c = FixMyStreet::Cobrand::Default->new(); +my $c = FixMyStreet::Cobrand::UK->new(); my $user = FixMyStreet::App->model('DB::User') |