Skip to content

Commit

Permalink
update basic test: name is "DBF"
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Aug 19, 2023
1 parent 7701a3a commit 90920dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 90920dc

Please sign in to comment.