diff --git a/tests/io/vasp/test_outputs.py b/tests/io/vasp/test_outputs.py index a1bf80766c3..4505e7c609f 100644 --- a/tests/io/vasp/test_outputs.py +++ b/tests/io/vasp/test_outputs.py @@ -328,6 +328,7 @@ def test_standard(self): assert entry_id_toks[0] == "vasprun" assert entry_id_toks[1] == "20100729" assert entry_id_toks[2] == "15.0" + assert entry_id_toks[3] == "da7b01a471dc249323505c0676ae7350" assert entry.parameters["run_type"] == "PBEO or other Hybrid Functional"