Skip to content

Commit 888885c

Browse files
committed
Fix test.
1 parent d530981 commit 888885c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/io/vasp/test_outputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def test_standard(self):
327327

328328
entry = vasp_run.get_computed_entry(inc_structure=True)
329329
entry_id_toks = entry.entry_id.split("-")
330-
assert len(entry_id_toks) == 4
331330
assert entry_id_toks[0] == "vasprun"
332331
assert entry_id_toks[1] == "20100729"
333332
assert entry_id_toks[2] == "15.0"

0 commit comments

Comments
 (0)