Skip to content

Commit

Permalink
Update unittest for the summaryp module
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 28, 2023
1 parent 7b0404b commit b643ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_summaryp.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_summaryp_example_1(self):
try:
pd.testing.assert_frame_equal(expected_result, actual_result)
print("DataFrames are equal.")
except AssertionError as e:
except AssertionError as e: # pragma: no cover
print("DataFrames are not equal. Differences:\n", e)


Expand Down

0 comments on commit b643ba6

Please sign in to comment.