aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_display.t
diff options
context:
space:
mode:
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';
}
};
}