Some more information in the hint helper
diff --git a/t/basic.t b/t/basic.t
index c126a70..1b2419a 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -7,7 +7,6 @@
 $t->get_ok('/')
   ->status_is(200)
   ->text_is('title', 'KorAP')
-  ->text_like('h1 span', qr/Korpusanalyseplattform/i)
-  ;
+  ->text_like('h1 span', qr/Korpusanalyseplattform/i);
 
 done_testing();