Skip to content

Commit

Permalink
Added the correct spacing. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Dec 22, 2014
1 parent 6c164d7 commit d3583b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sympy/core/tests/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def test_Lambda_equality():
assert Lambda(x, 2 * x) != Lambda((x, y), 2 * x)
assert Lambda(x, 2 * x) != 2 * x


@XFAIL
def test_Lambda_equality_no_capture():
# Issue 8619 - make sure equality test doesn't capture free variables
Expand Down

0 comments on commit d3583b5

Please sign in to comment.