Skip to content

Commit 63ea4fe

Browse files
Fix typo
1 parent eed7b26 commit 63ea4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/tests/AWS.Lambda.Powertools.Logging.Tests/Context/LambdaContextTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void Extract_WhenHasLambdaContextArgument_InitializesLambdaContextInfo()
5757
}
5858

5959
[Fact]
60-
public void Extract_Extract_When_LambdaContext_Is_Null_But_Not_First_Parameter_Returns_False()
60+
public void Extract_When_LambdaContext_Is_Null_But_Not_First_Parameter_Returns_False()
6161
{
6262
// Arrange
6363
ILambdaContext lambdaContext = null;

0 commit comments

Comments
 (0)