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 236ef9d commit 411c02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_widget_metadata_as_dict():
widget_metadata = WidgetMetadata(10, 10)
assert widget_metadata.as_dict() == raw


def test_dashboards_saves_sql_files_to_folder(tmp_path):
ws = create_autospec(WorkspaceClient)
queries = Path(__file__).parent / "queries"
Expand Down

0 comments on commit 411c02d

Please sign in to comment.