Skip to content

Commit 95ddfea

Browse files
committed
chore: fix code style
1 parent 48820a6 commit 95ddfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Api/IssueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function testCreateWithClientCleansParameters(): void
260260
<issue><project_id>1</project_id><category_id>5</category_id><status_id>6</status_id><tracker_id>2</tracker_id><assigned_to_id>3</assigned_to_id><author_id>4</author_id></issue>
261261
262262
XML,
263-
)
263+
)
264264
->willReturn(true);
265265
$legacyClient->expects($this->exactly(1))
266266
->method('getLastResponseBody')

0 commit comments

Comments
 (0)