Skip to content

Commit

Permalink
fixed filepath in to point to file, not directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Aug 30, 2024
1 parent 3ef5da3 commit 8aaf470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/test_poscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_write_read_poscar(
np.ones((3, 3)),
[1, 1, 1, 3, 4, 4, 4, 30, 30],
np.zeros((9, 3)),
"test/data/TiO2",
"test/data/TiO2/POSCAR",
FileExistsError,
"File exists",
False,
Expand Down

0 comments on commit 8aaf470

Please sign in to comment.