We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7b26 commit 63ea4feCopy full SHA for 63ea4fe
libraries/tests/AWS.Lambda.Powertools.Logging.Tests/Context/LambdaContextTest.cs
@@ -57,7 +57,7 @@ public void Extract_WhenHasLambdaContextArgument_InitializesLambdaContextInfo()
57
}
58
59
[Fact]
60
- public void Extract_Extract_When_LambdaContext_Is_Null_But_Not_First_Parameter_Returns_False()
+ public void Extract_When_LambdaContext_Is_Null_But_Not_First_Parameter_Returns_False()
61
{
62
// Arrange
63
ILambdaContext lambdaContext = null;
0 commit comments