Skip to content

Commit

Permalink
Update py-polars/polars/testing/asserts.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
alexander-beedie and stinodego authored Sep 26, 2023
1 parent 5306e8e commit 2157c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/testing/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def raise_assert_detail(
error_msg = textwrap.dedent(
f"""\
{obj} are different ({detail})
[left]: {left}
[left]: {left}
[right]: {right}\
"""
)
Expand Down

0 comments on commit 2157c4a

Please sign in to comment.