Skip to content

Commit 9f1df9e

Browse files
committed
Fix test_toy_p2e2e2p
1 parent f0ad270 commit 9f1df9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumpy/test/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def dim(self):
324324

325325

326326
@pytest.mark.parametrize("case", P2E2E2P_TEST_CASES)
327-
@pytest.mark.parametrize(("kernel_cls", "extra_kernel_kwargs"), [
327+
@pytest.mark.parametrize(("make_kernel", "extra_kernel_kwargs"), [
328328
(LaplaceKernel, {}),
329329
(lambda dim: HeatKernel(dim - 1), {"alpha": 0.1})])
330330
def test_toy_p2e2e2p(

0 commit comments

Comments
 (0)