1 parent 0e663f3 commit 897fb0dCopy full SHA for 897fb0d
1 file changed
tests/test_wrapper.py
@@ -16,10 +16,12 @@
16
from datadog_lambda.metric import lambda_metric
17
from datadog_lambda.thread_stats_writer import ThreadStatsWriter
18
from ddtrace.trace import Span, tracer
19
-from ddtrace.internal.constants import MAX_UINT_64BITS
+
20
21
from tests.utils import get_mock_context, reset_xray_connection
22
23
+MAX_UINT_64BITS = (1 << 64) - 1
24
25
26
class TestDatadogLambdaWrapper(unittest.TestCase):
27
def setUp(self):
0 commit comments