Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Oct 24, 2023
1 parent bcafaea commit 04d4300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ _ = divide(2, 4)
from unittest.mock import ANY
assert divide.__wrapped__._telemetry_success == {
"action": "ploomber-core-divide-started",
"action": "ploomber-core-divide-success",
"total_runtime": ANY,
"metadata": {
"argv": ANY,
"args": {"x": 2},
Expand Down

0 comments on commit 04d4300

Please sign in to comment.