We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3890791 commit 365da5bCopy full SHA for 365da5b
1 file changed
lib/RT/Test/Web.pm
@@ -269,7 +269,7 @@ sub next_warning_like {
269
if (@{ $self->{stashed_server_warnings} || [] } == 0) {
270
my @warnings = $self->get_warnings;
271
if (@warnings == 0) {
272
- Test::More::fail("no warnings emitted; expected 1");
+ Test::More::fail("no warnings emitted; expected at least 1");
273
return 0;
274
}
275
$self->{stashed_server_warnings} = \@warnings;
0 commit comments