Give these tests a name.

This commit is contained in:
Bradley M. Kuhn 2015-12-06 19:07:30 -08:00
parent fc22b9a3cc
commit a06d4a63fa

View file

@ -23,8 +23,8 @@ my $dbh = get_test_dbh();
my $sp = new Supporters($dbh, "testcmd"); my $sp = new Supporters($dbh, "testcmd");
is($dbh, $sp->dbh()); is($dbh, $sp->dbh(), "verify dbh set");
is("testcmd", $sp->ledgerCmd()); is("testcmd", $sp->ledgerCmd(), "verify ledgerCmd set");
=pod =pod