Skip to content

Commit 33bb53b

Browse files
committed
fix test
1 parent d31fff8 commit 33bb53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lammps_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_lammps_md_langevin_all(self):
174174

175175
def test_calc_molecular_dynamics_signature(self):
176176
self.assertEqual(
177-
inspect.signature(calc_molecular_dynamics_nvt_with_lammps).parameters["output"].default,
177+
inspect.signature(calc_molecular_dynamics_nvt_with_lammps).parameters["output_keys"].default,
178178
(
179179
"positions",
180180
"cell",

0 commit comments

Comments
 (0)