There was an error while loading. Please reload this page.
1 parent efce6de commit dfc11acCopy full SHA for dfc11ac
1 file changed
tests/integrations/ray/test_ray.py
@@ -362,7 +362,7 @@ def increment(self):
362
# Only the manual "example actor execution" span is recorded.
363
assert len(client_spans) == 1
364
365
- # Transaction are not yet created when executing ray actors (actors are not supported yet)
+ # Spans are not yet created when executing ray actors (actors are not supported yet)
366
367
assert len(worker_spans) == 1
368
0 commit comments