Skip to content

Commit 856c6c3

Browse files
author
Joris Conijn
committed
test: remaining time is 0
1 parent 509b37b commit 856c6c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from aws_lambda_powertools.utilities.typing import LambdaContext
2+
3+
4+
def test_typing():
5+
context = LambdaContext()
6+
assert context.get_remaining_time_in_millis() == 0

0 commit comments

Comments
 (0)