File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,9 @@ async def main():
135
135
136
136
await test .lua_error ("frame.display.assign_color('BLUE', 0, 0, 0)" )
137
137
138
- await test .lua_error ("frame.display.assign_color('BLUE ', 256, 0, 0)" )
139
- await test .lua_error ("frame.display.assign_color('BLUE ', 0, 256, 0)" )
140
- await test .lua_error ("frame.display.assign_color('BLUE ', 0, 0, 256)" )
138
+ await test .lua_error ("frame.display.assign_color('SKYBLUE ', 256, 0, 0)" )
139
+ await test .lua_error ("frame.display.assign_color('SKYBLUE ', 0, 256, 0)" )
140
+ await test .lua_error ("frame.display.assign_color('SKYBLUE ', 0, 0, 256)" )
141
141
142
142
await test .lua_send ("frame.display.assign_color_ycbcr('RED', 5, 3, 6)" )
143
143
await test .lua_send ("frame.display.assign_color_ycbcr('GREEN', 6, 2, 3)" )
You can’t perform that action at this time.
0 commit comments