Skip to content

Commit

Permalink
update test to add new font attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Apr 24, 2024
1 parent 94c172e commit cd5fc87
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def test_deeply_nested_layout_attributes(self):
matches = return_prop_descriptions(prop_descrip_text)

# It's OK if this needs to change, but we should check *something*.
self.assertEqual(set(matches), {"color", "family", "size"})
self.assertEqual(
set(matches), {"color", "family", "size", "weight", "variant", "style"}
)

def test_deeply_nested_data_attributes(self):
frames = Frame
Expand Down

0 comments on commit cd5fc87

Please sign in to comment.