Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit d046c21

Browse files
committed
Fixed bug in color test
1 parent 8590fc5 commit d046c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clue/test/test_adafruit_clue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_acceleration(self, mock_x, mock_y, mock_z):
8686

8787
@pytest.mark.parametrize(
8888
"mock_color_r, mock_color_g,mock_color_b,mock_color_c",
89-
[(1, 2, 3, 4), (255, 255, 255, 255), (120, 140, 160)],
89+
[(1, 2, 3, 4), (255, 255, 255, 255), (120, 140, 160, 180)],
9090
)
9191
def test_color(self, mock_color_r, mock_color_g, mock_color_b, mock_color_c):
9292
clue._Clue__state[CONSTANTS.CLUE_STATE.LIGHT_R] = mock_color_r

0 commit comments

Comments
 (0)