Skip to content

Commit

Permalink
fixes in spacetime widget tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peeplika committed Jul 22, 2024
1 parent 3b6ffe5 commit 84e36d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_spacetime_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_create_matplotlib_graphs(wid):
assert wid.fig.get_figwidth() == 14.0

def test_add_options(wid):
assert len(wid.options.children) == 4
assert len(wid.options.children) == 5
assert isinstance(wid.options.children[0], BoundedFloatText)
assert isinstance(wid.options.children[1], BoundedFloatText)
assert isinstance(wid.options.children[2], BoundedFloatText)
Expand Down

0 comments on commit 84e36d4

Please sign in to comment.