File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Microsoft.OpenAPI.OData.Reader.Tests/Operation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -378,10 +378,10 @@ public void CreateOperationForComposableOverloadEdmFunctionReturnsCorrectOperati
378
378
379
379
if ( enableOperationId )
380
380
{
381
- Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-6b6d " , operation1 . OperationId ) ;
382
- Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-2636 " , operation2 . OperationId ) ;
383
- Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-6b6d " , operation3 . OperationId ) ;
384
- Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-2636 " , operation4 . OperationId ) ;
381
+ Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-c53d " , operation1 . OperationId ) ;
382
+ Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-4d93 " , operation2 . OperationId ) ;
383
+ Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-a2b2 " , operation3 . OperationId ) ;
384
+ Assert . Equal ( "Customers.Customer.MyFunction1.MyFunction2-7bea " , operation4 . OperationId ) ;
385
385
}
386
386
else
387
387
{
You can’t perform that action at this time.
0 commit comments