Skip to content

Commit

Permalink
Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-love committed Aug 2, 2023
1 parent 3b3ca00 commit 124f712
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file not shown.
File renamed without changes.
8 changes: 6 additions & 2 deletions tests/extensions/jamovi/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ def metadata():
'http://wb.osf.io/file/jamovi.omv?token=1337')

@pytest.fixture
def ok_path():
return os.path.join(BASE_PATH, 'ok.omv')
def ok_path_new_manifest():
return os.path.join(BASE_PATH, 'ok-new-manifest.omv')

@pytest.fixture
def ok_path_old_manifest():
return os.path.join(BASE_PATH, 'ok-old-manifest.omv')

@pytest.fixture
def ok_with_image_path():
Expand Down

0 comments on commit 124f712

Please sign in to comment.