Skip to content

Commit

Permalink
fix(DataframeSerializer): fixing test failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scaliseraoul committed Jan 15, 2025
1 parent 72d4732 commit 3aa6a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/helpers/test_dataframe_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def test_serialize_with_name_and_description(
Bob,30
</table>
"""
assert result == expected
assert result.replace("\r\n", "\n") == expected.replace("\r\n", "\n")

0 comments on commit 3aa6a35

Please sign in to comment.