Skip to content

Commit

Permalink
fix failing test coz of renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Oct 14, 2023
1 parent baa351f commit 71d3f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vasp/lobster/schemas/test_lobster.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_lobster_task_document(lobster_test_dir):
"total": 7.88,
}
gross_popp_here = doc2.gross_populations[10]["Mulliken GP"]
assert expected_gross_popp == gross_popp_here
assert expected_gross_pop == gross_popp_here


def test_lobstertaskdocument_saved_jsons(lobster_test_dir):
Expand Down

0 comments on commit 71d3f72

Please sign in to comment.