Skip to content

Commit 5792dcb

Browse files
Fix MPStaticSet test
1 parent 91c7fb0 commit 5792dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/vasp/tests/test_sets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_get_incar(self):
260260
# because the structure has no site properties, the default MAGMOM is assigned from the
261261
# config dictionary.
262262
struct = Structure(lattice, ["Fe", "F"], coords)
263-
incar = MPRelaxSet(struct, prev_incar=os.path.join(self.TEST_FILES_DIR, "INCAR")).incar
263+
incar = MPStaticSet(struct, prev_incar=os.path.join(self.TEST_FILES_DIR, "INCAR")).incar
264264
self.assertEqual(incar["MAGMOM"], [5, 0.6])
265265

266266
# Make sure this works with species.

0 commit comments

Comments
 (0)