From c14ec67a9bbb82bcbf7140130e66231da1139e8c Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Fri, 24 Jan 2025 08:10:31 -0800 Subject: [PATCH] Improve test. --- tests/io/vasp/test_outputs.py | 1 + 1 file changed, 1 insertion(+) 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"