diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-19 19:43:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-19 19:45:06 +0100 |
commit | 0a2f498a4fb591d8c5072895de736738b6bda1b7 (patch) | |
tree | 85dda5f6e946acca767ed0759ecfe70679eb1a85 /t | |
parent | 8dc2821130092d16ee96d703165bd3c505aa867f (diff) |
Remove remaining UK specific code from Default cobrand. Fixes #186.
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') |