Skip to content

Commit 6975ab7

Browse files
committed
modify test_code
1 parent 9cce290 commit 6975ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-asyncio/tests/test_asyncio_create_task.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from opentelemetry.test.test_base import TestBase
1818
from opentelemetry.trace import get_tracer
1919

20-
from common_test_func import factorial
20+
from .common_test_func import factorial
2121
from opentelemetry.instrumentation.asyncio import AsyncioInstrumentor
2222
from opentelemetry.instrumentation.asyncio.environment_variables import OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE
2323

0 commit comments

Comments
 (0)