tests: check-svg: have no minimum required button count

Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
Filipe Laíns
2020-11-25 13:25:12 +00:00
committed by Peter Hutterer
parent 8fb91952ef
commit aef0567cd3

View File

@@ -100,7 +100,7 @@ def check_leds(root):
def check_buttons(root):
check_elements(root, "button", 3)
check_elements(root, "button")
def check_svg(path):