Skip to content

Commit

Permalink
Fix viewport_blueprint test
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 6, 2024
1 parent 3da6b15 commit 9a57ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/tests/unit/test_viewport_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_viewport_blueprint() -> None:
")",
)
arch = ViewportBlueprint(
space_views,
space_views=space_views,
root_container=root_container,
maximized=maximized,
auto_layout=auto_layout,
Expand Down

0 comments on commit 9a57ba2

Please sign in to comment.