From db42b8ca5476f8b5e6197e96040c5f350db928d1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 11 Aug 2015 16:33:00 +0200 Subject: rename title/description to infoscreen (we're not just a fakedisplay anymore) --- t/01-basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/01-basic.t') diff --git a/t/01-basic.t b/t/01-basic.t index 7a32d55..da7b654 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -5,6 +5,6 @@ use FindBin; require "$FindBin::Bin/../index.pl"; my $t = Test::Mojo->new; -$t->get_ok('/')->status_is(200)->content_like(qr/db-fakedisplay/); +$t->get_ok('/')->status_is(200)->content_like(qr/db-infoscreen/); done_testing(); -- cgit v1.2.3