Skip to content

Commit 365da5b

Browse files
committed
There may be more than one error, don't be misleading.
1 parent 3890791 commit 365da5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/RT/Test/Web.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ sub next_warning_like {
269269
if (@{ $self->{stashed_server_warnings} || [] } == 0) {
270270
my @warnings = $self->get_warnings;
271271
if (@warnings == 0) {
272-
Test::More::fail("no warnings emitted; expected 1");
272+
Test::More::fail("no warnings emitted; expected at least 1");
273273
return 0;
274274
}
275275
$self->{stashed_server_warnings} = \@warnings;

0 commit comments

Comments
 (0)