diff --git a/tests/test_summary.py b/tests/test_summary.py index cf2b3c4..3518aa3 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -81,8 +81,8 @@ def test_summary_example_1(self): try: pd.testing.assert_frame_equal(expected_result, actual_result) print("DataFrames are equal.") - except AssertionError as e: # pragma: no cover - print("DataFrames are not equal. Differences:\n", e) + except AssertionError as error: # pragma: no cover + print("DataFrames are not equal. Differences:\n", error) def test_summary_example_2(self): """