diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 21:27:46 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 21:27:46 +0200 |
commit | 90920dc7f597f7fe909f7f5f7f73b1c23cc929dd (patch) | |
tree | 40f8d4c5c69d248d6f9045fc8630d2e42437df1d | |
parent | 7701a3a226e54b7ee476b8a7d5dd2bf6f287796d (diff) |
update basic test: name is "DBF"
-rw-r--r-- | t/01-basic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t index 4967a07..f55633a 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -10,6 +10,6 @@ use FindBin; require "$FindBin::Bin/../index.pl"; my $t = Test::Mojo->new('DBInfoscreen'); -$t->get_ok('/')->status_is(200)->content_like(qr/db-infoscreen/); +$t->get_ok('/')->status_is(200)->content_like(qr/DBF/); done_testing(); |