Update PagePublicAppService_Tests.cs

pull/17642/head
Enis Necipoglu 1 year ago
parent d42c79e82b
commit f368cc5780
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680

@ -43,7 +43,7 @@ public class PagePublicAppService_Tests : CmsKitApplicationTestBase
}
[Fact]
public async Task DoesSlugExistAsync_ShouldReturnFalse_WhenDoesntExist()
public async Task DoesSlugExistAsync_ShouldReturnFalse_WhenDoesNotExist()
{
var result = await _pageAppService.DoesSlugExistAsync("not-exist-url");

Loading…
Cancel
Save