Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 0974b4b

Browse files
committed
update tests
1 parent ae8cb38 commit 0974b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_lambdas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ def check_box_color(i, initial_color, input_color, expected_color):
3333
)
3434

3535
check_box_color(1, "rgb(245, 168, 152)", "rgb(245, 168, 152)", "rgb(245, 168, 152)")
36-
check_box_color(2, "rgb(60, 179, 113)", "DarkBlue", "rgb(60, 179, 113)")
37-
check_box_color(3, "rgb(222, 173, 227)", "#AEADE3", "rgb(222, 173, 227)")
36+
check_box_color(2, "rgb(60, 179, 113)", "DarkBlue", "rgb(0, 0, 139)")
37+
check_box_color(3, "rgb(222, 173, 227)", "#AEADE3", "rgb(174, 173, 227)")

0 commit comments

Comments
 (0)