Skip to content

Commit be7bdb2

Browse files
committed
test: Add RetryPolicy field into unit tests
1 parent f1aaf5b commit be7bdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/DTO/ActivityInfoTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function testMarshalling(): void
4040
'Priority' => [
4141
'priority_key' => 0,
4242
],
43+
'RetryPolicy' => null,
4344
];
4445

4546
$this->assertSame($expected, $this->marshal($dto));

0 commit comments

Comments
 (0)