Typo fix.
This commit is contained in:
parent
92717294f9
commit
ffd609b0cf
1 changed files with 2 additions and 1 deletions
|
@ -763,9 +763,10 @@ is($tt->{notes}, undef, "getRequest: notes are undef when null in database.")
|
|||
my $releasedHoldId;
|
||||
|
||||
lives_ok { $releasedHoldId = $sp->releaseRequestHold(donorId => $drapperId, requestType => 't-shirt-0'); }
|
||||
"releaseRequestHold: release of a knonw held request succeeds...";
|
||||
"releaseRequestHold: release of a known held request succeeds...";
|
||||
is($releasedHoldId, $drapperTShirt0HoldId, "releaseRequestHold: ... & returns same hold id as holdRequest() call did");
|
||||
|
||||
|
||||
lives_ok { $newFRID = $sp->fulfillRequest( { donorId => $drapperId,
|
||||
requestTypeId => $tShirt0RequestTypeId, who => 'john',
|
||||
how => "mailed" }); }
|
||||
|
|
Loading…
Reference in a new issue