Skip to content

Commit

Permalink
MOL-1294: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 9, 2024
1 parent 9950bc7 commit b391e4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ public function testDALPayloadNoRefundIfEmpty(): void

$this->assertArrayNotHasKey('refundId', $payload);
}

/**
* This test verifies that no errors is thrown if the label have a null value from the database
* @return void
*/
public function testLabelHaveEmptyValueOnNUll()
public function testLabelHaveEmptyValueOnNUll(): void
{
$refundItem = new RefundItemEntity();
$refundItem->label = null;
Expand Down

0 comments on commit b391e4c

Please sign in to comment.