From 2157c4a23a72c61f34bada40b640c72a91f7699a Mon Sep 17 00:00:00 2001 From: Alexander Beedie Date: Tue, 26 Sep 2023 23:37:15 +0400 Subject: [PATCH] Update py-polars/polars/testing/asserts.py Co-authored-by: Stijn de Gooijer --- py-polars/polars/testing/asserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/polars/testing/asserts.py b/py-polars/polars/testing/asserts.py index 6442aa64af78..0cd6b57b5bc4 100644 --- a/py-polars/polars/testing/asserts.py +++ b/py-polars/polars/testing/asserts.py @@ -540,7 +540,7 @@ def raise_assert_detail( error_msg = textwrap.dedent( f"""\ {obj} are different ({detail}) - [left]: {left} + [left]: {left} [right]: {right}\ """ )