Skip to content

Commit 25bd776

Browse files
shabab477WillAyd
andauthored
Update test_sql.py
Co-authored-by: William Ayd <[email protected]>
1 parent 0fdf1a7 commit 25bd776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ def test_to_sql_on_public_schema(conn, request):
13941394
)
13951395

13961396
df_out = sql.read_sql_table("test_public_schema", conn, schema="public")
1397-
tm.assert_frame.equal(test_data, df_out)
1397+
tm.assert_frame_equal(test_data, df_out)
13981398

13991399

14001400
@pytest.mark.parametrize("conn", mysql_connectable)

0 commit comments

Comments
 (0)