Skip to content

Commit ec0ae3b

Browse files
committed
Use asertSame()
1 parent cd1b74b commit ec0ae3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/Repository/Actions/WorkflowRunsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function shouldApproveWorkflowRunLogs()
213213
->with('/repos/KnpLabs/php-github-api/actions/runs/374473304/approve')
214214
->will($this->returnValue($expectedValue));
215215

216-
$this->assertEquals($expectedValue, $api->approve('KnpLabs', 'php-github-api', 374473304));
216+
$this->assertSame($expectedValue, $api->approve('KnpLabs', 'php-github-api', 374473304));
217217
}
218218

219219
protected function getApiClass()

0 commit comments

Comments
 (0)