Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-love authored and felliott committed Dec 18, 2023
1 parent a6cee79 commit 67efcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/extensions/jamovi/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def extension():
return '.omv'

@pytest.fixture
def renderer(metadata, ok_path, url, assets_url, export_url):
return JamoviRenderer(metadata, ok_path, url, assets_url, export_url)
def renderer(metadata, ok_path_new_manifest, url, assets_url, export_url):
return JamoviRenderer(metadata, ok_path_new_manifest, url, assets_url, export_url)


class TestCodeJamoviRenderer:
Expand Down

0 comments on commit 67efcff

Please sign in to comment.