Skip to content

Commit c80a9d5

Browse files
Zikkyingcursoragent
andcommitted
Fix skill script test for default VASP potcar_prefix.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e8af1b4 commit c80a9d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_skill_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_build_interaction_all_backends(self):
171171
"vasp", incar="CUSTOM", potcars={"Al": "Al"}
172172
)
173173
self.assertEqual(vasp["incar"], "CUSTOM")
174-
self.assertEqual(vasp["potcar_prefix"], ".")
174+
self.assertEqual(vasp["potcar_prefix"], "vasp_potcar")
175175
with self.assertRaisesRegex(ValueError, "Unknown backend"):
176176
self.gen.build_interaction("unknown")
177177

0 commit comments

Comments
 (0)