Skip to content

Commit 9d6a2a9

Browse files
committed
Fix tests
1 parent ba9b460 commit 9d6a2a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CultureFeed/test/uitpas/CultureFeed_Uitpas_EventUpdateTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public function testUpdateEvent(): void {
5050
'distributionKey' => array(
5151
$distributionKey200->id,
5252
$distributionKey201->id,
53-
)
53+
),
54+
'numberOfPoints' => 0,
5455
)
5556
)
5657
)

CultureFeed/test/uitpas/Event/CultureEventTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function testToPostDataBasicProperties(): void {
4949
array(
5050
'cdbid' => '9ba1b072-40ea-41b6-a66b-ac3fdf646f36',
5151
'locationId' => 'afcbe4cf-d873-468b-80f8-7fe583f45e5e',
52+
'numberOfPoints' => 0,
5253
'actorId' => '5C9C73D3-E82F-E7B3-44161E6E3802E64F',
5354
),
5455
$postData

0 commit comments

Comments
 (0)