commit | 996aa55f11468a5127de0b4af273d57ec5c878a5 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Dec 02 03:26:44 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Dec 02 03:26:44 2014 +0000 |
tree | eb20acb2093728c18384c035fe717cb35f4ddf45 | |
parent | e99d904d9d7789124793fdc6319749bfe12333ca [diff] [blame] |
Still some problems with non-blocking search
diff --git a/t/basic.t b/t/basic.t index abb2332..b24e2c0 100644 --- a/t/basic.t +++ b/t/basic.t
@@ -4,6 +4,8 @@ use Test::Mojo; my $t = Test::Mojo->new('Korap'); -$t->get_ok('/')->status_is(200)->content_like(qr/Go to/i); +$t->get_ok('/') + ->status_is(200) + ->content_like(qr/Go to/i); done_testing();