summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-08-11 16:33:00 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-08-11 16:33:00 +0200
commitdb42b8ca5476f8b5e6197e96040c5f350db928d1 (patch)
tree3f516bb428ad80468aa0702d46e03a3122d7bace /t
parent9c5f23e2635795995eaa465dcee9e2d2d96e9e71 (diff)
rename title/description to infoscreen (we're not just a fakedisplay anymore)
Diffstat (limited to 't')
-rw-r--r--t/01-basic.t2
1 files changed, 1 insertions, 1 deletions
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();