Skip to content

Commit 4f388bc

Browse files
authored
minor #862 Fix typos in test/Github/Tests/Api/RepoTest.php (pgrimaud)
This PR was merged into the 2.13.x-dev branch. Discussion ---------- Hello, This PR will fix : - 2 typos in `test/Github/Tests/Api/RepoTest.php` Cheers! 🤖 Commits ------- d8603c2 Fix typos
2 parents 9c51657 + d8603c2 commit 4f388bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Github/Tests/Api/RepoTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ public function shouldNotDelete()
378378
$api = $this->getApiMock();
379379
$api->expects($this->once())
380380
->method('delete')
381-
->with('/repos/l3l0Repo/uknown-repo')
381+
->with('/repos/l3l0Repo/unknown-repo')
382382
->will($this->returnValue($expectedArray));
383383

384-
$this->assertEquals($expectedArray, $api->remove('l3l0Repo', 'uknown-repo'));
384+
$this->assertEquals($expectedArray, $api->remove('l3l0Repo', 'unknown-repo'));
385385
}
386386

387387
/**

0 commit comments

Comments
 (0)