Skip to content

Commit ace81de

Browse files
LI-93872 - Update change log
1 parent be12189 commit ace81de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Hyperwallet/Tests/Model/PaymentTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public function testGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIs
6060
public function testGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIsNotSet($property) {
6161

6262
if ($property === 'description') {
63-
// skip deprecated field
63+
// skip testing invalid and deprecated field
64+
$this->assertEquals($property, 'description');
6465
return;
6566
}
6667
$this->performGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIsNotSetTest($property);

0 commit comments

Comments
 (0)