Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 22, 2024
1 parent d39f81e commit cec8f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nglview/tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def test_component_for_duck_typing():
# FIXME: deprecate duck typing?
# syntax looks ugly.
view = NGLWidget()
traj = nv.SimpletrajTrajectory(nv.datafiles.XTC, nv.datafiles.GRO)
traj = get_mocked_traj()

# add 3 components (trajectory is a component)
view.add_component(get_fn('tz2.pdb'))
Expand Down

0 comments on commit cec8f69

Please sign in to comment.