Skip to content

Commit 0d2df84

Browse files
committed
remove print
1 parent 24ff852 commit 0d2df84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integ/pandas/test_pandas_tools.py

-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ def test_table_location_building(
575575

576576
def mocked_execute(*args, **kwargs):
577577
if len(args) >= 1 and args[0].startswith("COPY INTO"):
578-
print(kwargs)
579578
assert kwargs["params"][0] == expected_location
580579
cur = SnowflakeCursor(cnx)
581580
cur._result = iter([])

0 commit comments

Comments
 (0)