Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 9, 2024
1 parent 9f81f2a commit 1ef8da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bake_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_bake_project_widgets(cookies):
"src/pynwb/ndx_my_namespace/widgets/tetrode_series_widget.py",
"src/pynwb/ndx_my_namespace/widgets/README.md",
]:
expected_file = os.path.join(results.project_path, expected_file)
expected_file = os.path.join(result.project_path, expected_file)
assert os.path.exists(expected_file), f"Missing file: {expected_file}"

with open(expected_file, "r") as fp:
Expand Down

0 comments on commit 1ef8da8

Please sign in to comment.