Skip to content

Commit e6cc1f3

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed method name
1 parent b808232 commit e6cc1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private void GenerateTagName(out string tagName, int skip = 1)
180180
}
181181
break;
182182
default:
183-
tagName = NavigationSource.Name + "." + NavigationSource.EntityType.Name;
183+
tagName = NavigationSource.Name + "." + NavigationSource.EntityType().Name;
184184
break;
185185
}
186186
}

0 commit comments

Comments
 (0)