Skip to content

Commit dec9aef

Browse files
Change heading
1 parent 2986dc5 commit dec9aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/umbraco-cms/implementation/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class PageSurfaceControllerTests
159159
`ServiceContext.CreatePartial()` has optional parameters, and by naming them you only need to mock the dependencies that you need, for example: `ServiceContext.CreatePartial(contentService: Mock.Of<IContentService>());`
160160
{% endhint %}
161161

162-
## Testing an UmbracoApiController
162+
## Testing an ApiController
163163

164164
See [Reference documentation on UmbracoApiControllers](../reference/routing/umbraco-api-controllers/README.md#locally-declared-controller).
165165

0 commit comments

Comments
 (0)