diff --git a/tests/test_utils.py b/tests/test_utils.py index 0062ab5..ec9d4e0 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -56,7 +56,7 @@ def test_pescalculator_load_snap(self) -> None: param_file=os.path.join(DIR, f"pes/{name}-Cu-2020.1-PES", "SNAPotential.snapparam"), coeff_file=os.path.join(DIR, f"pes/{name}-Cu-2020.1-PES", "SNAPotential.snapcoeff"), ) - assert isinstance(calc, Calculator) + assert isinstance(calc, Calculator) @unittest.skipIf(not find_spec("pyace"), "pyace is not installed") def test_pescalculator_load_ace(self) -> None: