diff --git a/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Contents/ContentAdminAppService_Tests.cs b/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Contents/ContentAdminAppService_Tests.cs index 887d50d555..39f6251de7 100644 --- a/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Contents/ContentAdminAppService_Tests.cs +++ b/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Contents/ContentAdminAppService_Tests.cs @@ -117,13 +117,6 @@ namespace Volo.CmsKit.Contents await Should.ThrowAsync(async () => await _service.GetAsync(_data.Content_2_Id)); } - [Fact] - public async Task ShouldThrowEntityNotFoundExceptionWhileDeletingNonExistingAsync() - { - await Should.ThrowAsync(async () => - await _service.DeleteAsync(Guid.NewGuid())); // Freshly generated non-existing id. - } - [Fact] public async Task ShouldThrowEntityNotFoundExceptionWhileDeletingAlreadyDeletedAsync() {