Skip to content

Commit 45f74d0

Browse files
committed
test_fetches fix
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 01853bc commit 45f74d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_fetches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def noop_log_latency_decorator(*args, **kwargs):
1111
"""
1212
This is a no-op decorator. It is used to patch the log_latency decorator
13-
during tests, so that the tests for client logic are not affected by the
13+
during tests, so that the tests for fetches logic are not affected by the
1414
telemetry logging logic. It accepts any arguments and returns a decorator
1515
that returns the original function unmodified.
1616
"""

0 commit comments

Comments
 (0)