Skip to content

Commit 536ac08

Browse files
committed
Fixed Tests
1 parent e9da726 commit 536ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/EnvironmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function shouldCreateOrUpdateEnvironment()
1515
->method('put')
1616
->with('/repos/KnpLabs/php-github-api/environments');
1717

18-
$api->create('KnpLabs', 'php-github-api');
18+
$api->createOrUpdate('KnpLabs', 'php-github-api');
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)