Skip to content

Commit

Permalink
Fix a test to test the right thing
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Feb 22, 2013
1 parent 20515e8 commit 30b0d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/solvers/tests/test_ode.py
Expand Up @@ -1430,5 +1430,5 @@ def test_nth_order_linear_euler_eq_homogeneous():

def test_issue_1996():
f = Function('f')
raises(ValueError, lambda: dsolve(f(x).diff(x)**2, f(x), 'seperable'))
raises(ValueError, lambda: dsolve(f(x).diff(x)**2, f(x), 'separable'))
raises(ValueError, lambda: dsolve(f(x).diff(x)**2, f(x), 'fdsjf'))

0 comments on commit 30b0d69

Please sign in to comment.