aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_display.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-19 15:13:36 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-19 15:13:36 +0100
commit4d2520605ddbc644a2e835a967659e92511e7961 (patch)
tree4de881b673c9eaad5dfa807d178b18581fb5b553 /t/app/controller/report_display.t
parentb362778c0204eeca8919ad2a2d1f20cd308a20e5 (diff)
parent7d563605520e92c6c3c1441a2c89cce127e16b72 (diff)
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r--t/app/controller/report_display.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index 2afff21dd..7be9f387e 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -246,7 +246,7 @@ for my $test (
if ( $test->{fixed} ) {
is $update_form->find_input( 'fixed' ), undef, 'problem is fixed';
} else {
- ok $update_form->find_input( 'fixed' ) != undef, 'problem is not fixed';
+ ok $update_form->find_input( 'fixed' ), 'problem is not fixed';
}
};
}