Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 21, 2024
1 parent b6e95ae commit a2a4d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pantab/tests/test_roundtrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def test_basic(df, roundtripped, tmp_hyper, table_name, table_mode):
expected = roundtripped
if table_mode == "a":
expected = pd.concat([expected, expected]).reset_index(drop=True)
breakpoint()

tm.assert_frame_equal(result, expected)

Expand Down

0 comments on commit a2a4d1c

Please sign in to comment.