Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Jan 10, 2025
1 parent 400fa4b commit fe9fe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_datasources_and_workbooks_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_apply_png_options(self):
assert request_options.image_resolution == "high"
assert request_options.viz_width == 800
assert request_options.viz_height == 76

def test_apply_png_options_bad_values(self):
mock_args.height = "seven"
mock_args.width = "800b"
Expand Down

0 comments on commit fe9fe6a

Please sign in to comment.