Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsinclair42 committed Feb 26, 2025
1 parent 0e8d348 commit eed7b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void Extract_WhenHasLambdaContextArgument_InitializesLambdaContextInfo()
}

[Fact]
public void Extract_Extract_When_LambdaContext_Is_Null_But_Not_FIrst_Parameter_Returns_False()
public void Extract_Extract_When_LambdaContext_Is_Null_But_Not_First_Parameter_Returns_False()
{
// Arrange
ILambdaContext lambdaContext = null;
Expand Down

0 comments on commit eed7b26

Please sign in to comment.