Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 22, 2025
1 parent a55e0cf commit 7f4a208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/variantstudy/model/command/test_update_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_apply(self, empty_study: FileStudy, command_context: CommandContext):
update_parameters = {"parameters": new_parameters, **command_parameters}
# Removes the ini file to show we don't need it as we're only updating the DB
ini_path.unlink()
UpdateLink.model_validate(update_parameters).apply(study_data=empty_study)

# Checks the DB state. Old properties should remain the same and the new one should be updated
ts_gen_properties = (
Expand Down

0 comments on commit 7f4a208

Please sign in to comment.