fix CI issue in tests

This commit is contained in:
manasghandat
2023-03-10 10:34:17 +05:30
parent e4d69984d3
commit f9c7ca2941

View File

@@ -99,7 +99,7 @@ def render_statement(ostream, match: rd.Match, statement: rd.Statement, indent=0
if child.description:
ostream.write(f"count({child.type}({value} = {child.description})): ")
else:
ostream.write(f"count({child.type}({value})): " % (child.type, value))
ostream.write(f"count({child.type}({value})): ")
else:
ostream.write(f"count({child.type}): ")