tests: use Color object for color

This commit is contained in:
Benjamin Kirkbride
2020-06-01 20:16:50 -04:00
parent 04c36bb355
commit 86af8df23d

View File

@@ -261,7 +261,7 @@ RECTANGLES = [
coordinates=common_types.OrderedPair(39.0678640445606, 131.826759122428),
properties={
"bool property": False,
"color property": "#ffaa0000",
"color property": common_types.Color("#ffaa0000"),
"file property": Path("../../../../../../dev/null"),
"float property": 42.1,
"int property": 8675309,