Skip to content

Commit

Permalink
#1005 fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed May 21, 2020
1 parent 863da63 commit 14bf307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_basics(self):
with self.assertRaises(NotImplementedError):
spatial_method.integral(None, None)
with self.assertRaises(NotImplementedError):
spatial_method.indefinite_integral(None, None)
spatial_method.indefinite_integral(None, None, None)
with self.assertRaises(NotImplementedError):
spatial_method.boundary_integral(None, None, None)
with self.assertRaises(NotImplementedError):
Expand Down

0 comments on commit 14bf307

Please sign in to comment.