Skip to content

Commit 3b4b0d1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ public void CreateOperationForComposableOverloadEdmFunctionReturnsCorrectOperati
380380
{
381381
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-6b6d", operation1.OperationId);
382382
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-2636", operation2.OperationId);
383-
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-a2b2", operation3.OperationId);
384-
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-7bea", operation4.OperationId);
383+
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-6b6d", operation3.OperationId);
384+
Assert.Equal("Customers.Customer.MyFunction1.MyFunction2-2636", operation4.OperationId);
385385
}
386386
else
387387
{

0 commit comments

Comments
 (0)