Skip to content

Commit

Permalink
test: Correcting test for Table.plot_boxplots to not save the file …
Browse files Browse the repository at this point in the history
…the test uses to verify the result (#300)

### Summary of Changes

test: Correcting test for `Table.plot_boxplots` to not save the file the
test uses to verify the result
  • Loading branch information
Marsmaennchen221 authored May 9, 2023
1 parent 0203a0c commit 8db5914
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
)
def test_should_match_snapshot(table: Table, path: str) -> None:
current = table.plot_boxplots()
current.to_png_file(resolve_resource_path(path))
snapshot = Image.from_png_file(resolve_resource_path(path))

# Inlining the expression into the assert causes pytest to hang if the assertion fails when run from PyCharm.
Expand Down

0 comments on commit 8db5914

Please sign in to comment.