Skip to content

Commit f5f6cb7

Browse files
authored
fix: Update test path for vercel branch
1 parent 1e7323e commit f5f6cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public function testNormalizeThemeName(): void
245245
*/
246246
public function testAllThemeNamesNormalized(): void
247247
{
248-
$themes = include "src/themes.php";
248+
$themes = include "api/themes.php";
249249
foreach (array_keys($themes) as $theme) {
250250
$normalized = normalizeThemeName($theme);
251251
$this->assertEquals(

0 commit comments

Comments
 (0)