Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-helmeleegy committed Sep 17, 2024
1 parent b3662a0 commit 0c14db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/modin/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_standalone_api_telemetry():
]
assert newdf._query_compiler.snowpark_pandas_api_calls == [
{
"name": "general.to_numeric",
"name": "general_overrides.to_numeric",
}
]

Expand Down

0 comments on commit 0c14db2

Please sign in to comment.