Skip to content

Commit

Permalink
Update bindings/python/tests/test_ref_type.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
  • Loading branch information
jesper-friis and francescalb authored Oct 25, 2024
1 parent 369c096 commit 55b4269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/tests/test_ref_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
indir = thisdir / "input"

dlite.storage_path.append(indir)
dlite.storage_path.append(indir/"test_ref_type_middle.yaml")
dlite.storage_path.append(indir / "test_ref_type_middle.yaml")

# Note, we read Middle from yaml file, which contains v0.2
Top = dlite.get_instance("http://onto-ns.com/meta/0.1/Top")
Expand Down

0 comments on commit 55b4269

Please sign in to comment.