aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-19 19:43:54 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-19 19:45:06 +0100
commit0a2f498a4fb591d8c5072895de736738b6bda1b7 (patch)
tree85dda5f6e946acca767ed0759ecfe70679eb1a85 /t/cobrand
parent8dc2821130092d16ee96d703165bd3c505aa867f (diff)
Remove remaining UK specific code from Default cobrand. Fixes #186.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/closest.t2
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')