Skip to content

Commit

Permalink
Fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Mar 26, 2024
1 parent a158ec8 commit 67d9906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vasp/test_vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def test_run_complete(self):
job_chg_den = self.job_complete.restart_from_charge_density(job_name="chg")
self.assertEqual(job_chg_den.structure, self.job_complete.get_structure(-1))
self.assertTrue(
os.path.join(self.job_complete.working_directory, "CHGCAR")
posixpath.join(self.job_complete.working_directory, "CHGCAR")
in job_chg_den.restart_file_list
)

Expand Down

0 comments on commit 67d9906

Please sign in to comment.