We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c51657 commit d8603c2Copy full SHA for d8603c2
test/Github/Tests/Api/RepoTest.php
@@ -378,10 +378,10 @@ public function shouldNotDelete()
378
$api = $this->getApiMock();
379
$api->expects($this->once())
380
->method('delete')
381
- ->with('/repos/l3l0Repo/uknown-repo')
+ ->with('/repos/l3l0Repo/unknown-repo')
382
->will($this->returnValue($expectedArray));
383
384
- $this->assertEquals($expectedArray, $api->remove('l3l0Repo', 'uknown-repo'));
+ $this->assertEquals($expectedArray, $api->remove('l3l0Repo', 'unknown-repo'));
385
}
386
387
/**
0 commit comments