Skip to content

Commit 0a9a1d5

Browse files
committed
ci: fix failing test
1 parent 525d210 commit 0a9a1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Requests/Events/ListEventsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
$client->withMockClient($mockClient);
172172

173173
$request = new ListEvents()
174-
->withYearMonth('2024-01')
174+
->withYearMonth(2024, 1)
175175
->withPageSize(10);
176176

177177
$response = $client->send($request);

0 commit comments

Comments
 (0)