Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Oct 13, 2024
1 parent 0a3d701 commit 799477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_show(mocker):
model, one, init = simple_model()
vis = Visualization(model)
vis.show()
MockNetwork.init.assert_called_once_with(
MockNetwork.init.assert_any_call(
name=vis.name,
width=vis.layout.layout["misc"]["width"],
height=vis.layout.layout["misc"]["height"],
Expand Down

0 comments on commit 799477b

Please sign in to comment.