Skip to content

Commit 85b6db1

Browse files
committed
Fixup
1 parent e7a866e commit 85b6db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/tests/Unit/Utils/UtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function testHexToForegroundAndBorder(): void
377377
self::assertEquals(["#ffffff", "#000000"], Utils::hexToForegroundAndBorder("#000000"));
378378
self::assertEquals(["#ffffff", "#000000"], Utils::hexToForegroundAndBorder("#ABC"));
379379
self::assertEquals(["#ffffff", "#000000"], Utils::hexToForegroundAndBorder("#1239"));
380-
self::assertEquals(["#ffffff", "#000000"], Utils::hexToForegroundAndBorder("#10203040"));
380+
self::assertEquals(["#ffffff", "#0000ff"], Utils::hexToForegroundAndBorder("#10203040"));
381381
}
382382

383383
/**

0 commit comments

Comments
 (0)