Skip to content
Snippets Groups Projects
Commit 7b359faf authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Removed some usless parentheses.

parent 5d0be51e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class TestRulesGoniometry(RulesTestCase):
self.assertEqual(add_quadrants(None, ()), 1)
def test_match_negated_parameter(self):
s, c = tree('(sin -t), cos -t')
s, c = tree('sin -t, cos -t')
t = s[0]
self.assertEqualPos(match_negated_parameter(s), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment