Skip to content

Commit bf11e2a

Browse files
committed
Fix test_project_render_default
1 parent e392797 commit bf11e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gerberx3/test_console/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_project_render_default() -> None:
260260
)
261261
assert (
262262
image.getpixel((80, 100))
263-
== ColorScheme.PASTE_MASK.solid_region_color.as_rgb_int()
263+
== ColorScheme.SOLDER_MASK.solid_region_color.as_rgb_int()
264264
)
265265
assert (
266266
image.getpixel((190, 392))

0 commit comments

Comments
 (0)