Skip to content

Commit af59143

Browse files
committed
fix function name
1 parent 41fc2f5 commit af59143

File tree

1 file changed

+1
-1
lines changed
  • libraries/tests/e2e/functions/idempotency/Function/test/Function.Tests

1 file changed

+1
-1
lines changed

libraries/tests/e2e/functions/idempotency/Function/test/Function.Tests/FunctionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public async Task IdempotencyHandlerAotTest(string functionName, string tableNam
3737
[Trait("Category", "AOT")]
3838
[Theory]
3939
[InlineData("E2ETestLambda_ARM_AOT_NET8_idempotency_MethodAttributeTest", "IdempotencyTable-AOT-arm64")]
40-
[InlineData("E2ETestLambda_X64_AOT_NET8_idempotency_MethodTest", "IdempotencyTable-AOT-x86_64")]
40+
[InlineData("E2ETestLambda_X64_AOT_NET8_idempotency_MethodAttributeTest", "IdempotencyTable-AOT-x86_64")]
4141
public async Task IdempotencyAttributeAotTest(string functionName, string tableName)
4242
{
4343
_tableName = tableName;

0 commit comments

Comments
 (0)