Skip to content

Commit

Permalink
Fixing an issue with the tests due to the move of the source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chico committed Apr 10, 2024
1 parent 5dec96c commit afa74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generate_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def validate_input_parameters(parameters: dict):
_file = os.path.join(
os.path.dirname(os.path.abspath(__file__)),
"..",
"aiida_lammps/validation/schemas/lammps_schema.json",
"src/aiida_lammps/validation/schemas/lammps_schema.json",
)

validate_against_schema(data=parameters, filename=_file)
Expand Down

0 comments on commit afa74f9

Please sign in to comment.