Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Dec 14, 2023
1 parent 84b2a40 commit 4f63bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Api/MergeRequestsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function shouldGetAllWithDateTimeParams(): void

$expectedWithArray = [
'created_after' => '2018-01-01T00:00:00.000Z',
'created_before' => '2018-01-01T00:00:00.000Z',
'created_before' => '2018-01-31T00:00:00.000Z',
];

$api = $this->getApiMock();
Expand Down

0 comments on commit 4f63bbd

Please sign in to comment.