From f368cc57804e1525b851e0b48d7debb4b121d6eb Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 19 Sep 2023 11:18:36 +0300 Subject: [PATCH] Update PagePublicAppService_Tests.cs --- .../Pages/PagePublicAppService_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Pages/PagePublicAppService_Tests.cs b/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Pages/PagePublicAppService_Tests.cs index c7d8927499..8372de3cb5 100644 --- a/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Pages/PagePublicAppService_Tests.cs +++ b/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Pages/PagePublicAppService_Tests.cs @@ -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");