Skip to content

Commit

Permalink
fixed up test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 22, 2024
1 parent d3e85f3 commit 28d1c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def access_dataset(
store = xnat_repository
else:
assert False, f"unrecognised access method {access_method}"
return store.load_dataset(project_id, name="")
return store.load_frameset(project_id, name="")


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 28d1c3c

Please sign in to comment.