Give these tests a name.
This commit is contained in:
parent
fc22b9a3cc
commit
a06d4a63fa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue