Skip to content

Commit

Permalink
Fix property test for parsing mathematical expressions
Browse files Browse the repository at this point in the history
Ref. #291
  • Loading branch information
treiher committed Aug 25, 2020
1 parent 3d5c98c commit bc6ba04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/property/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
strategies.numbers()
| strategies.variables(strategies.identifiers())
| strategies.attributes(strategies.identifiers())
| strategies.aggregates(strategies.numbers())
)
)
)
Expand Down

0 comments on commit bc6ba04

Please sign in to comment.