Skip to content

Commit d5beb7c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Rectified expected test result
1 parent e74cc84 commit d5beb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Operation/EdmFunctionOperationHandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public void CreateOperationForComposableOverloadEdmFunctionReturnsCorrectOperati
379379
if (enableOperationId)
380380
{
381381
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-6b6d", operation1.OperationId);
382-
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-4d93", operation2.OperationId);
382+
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-2636", operation2.OperationId);
383383
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-a2b2", operation3.OperationId);
384384
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-7bea", operation4.OperationId);
385385
}

0 commit comments

Comments
 (0)