Skip to content

Commit e58bfda

Browse files
committed
Fix syntax error
1 parent a5c23d9 commit e58bfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realtime-compiler/tests/Integration/IntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function setUpTestRunner(): void
119119
{
120120
echo "\33[33mSetting up test runner...\33[0m This may take a while.\n";
121121

122-
$archive = 'https://github.com/hydephp/develop/archive/refs/heads/master.zip';
122+
$archive = 'https://github.com/hydephp/hyde/archive/refs/heads/develop.zip';
123123
$target = self::getRunnerPath();
124124
if (file_exists($target)) {
125125
rmdir($target);

0 commit comments

Comments
 (0)