X Tutup
Skip to content

Commit 5546728

Browse files
authored
test: composer cleanup task branch (#1921)
1 parent e959a9d commit 5546728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Google/Task/ComposerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function testE2E()
149149
{
150150
$composerJson = json_encode([
151151
'require' => [
152-
'google/apiclient' => 'dev-add-composer-cleanup'
152+
'google/apiclient' => 'dev-master'
153153
],
154154
'scripts' => [
155155
'post-update-cmd' => 'Google_Task_Composer::cleanup'
@@ -178,7 +178,7 @@ public function testE2E()
178178

179179
$composerJson = json_encode([
180180
'require' => [
181-
'google/apiclient' => 'dev-add-composer-cleanup'
181+
'google/apiclient' => 'dev-master'
182182
],
183183
'scripts' => [
184184
'post-update-cmd' => 'Google_Task_Composer::cleanup'

0 commit comments

Comments
 (0)
X Tutup