Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Jun 12, 2024
1 parent f3d8486 commit 6a5c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_dashboards_creates_dashboards_with_widgets_sorted_alphanumerically(tmp_
[
("SELECT 1 AS count", 1, 3),
("SELECT 1 AS first, 2 AS second", 6, 6),
]
],
)
def test_dashboards_creates_dashboards_where_widget_has_expected_width_and_height(tmp_path, query, width, height):
ws = create_autospec(WorkspaceClient)
Expand Down

0 comments on commit 6a5c319

Please sign in to comment.