From a874171a590992ba3f11e2d41698cb94bb0f3e4f Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Fri, 8 Feb 2019 08:24:38 +0300 Subject: [PATCH] typo fix --- .../Volo/Blogging/PostAppService_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blogging/test/Volo.Blogging.Application.Tests/Volo/Blogging/PostAppService_Tests.cs b/modules/blogging/test/Volo.Blogging.Application.Tests/Volo/Blogging/PostAppService_Tests.cs index ec4210446c..260304d6ba 100644 --- a/modules/blogging/test/Volo.Blogging.Application.Tests/Volo/Blogging/PostAppService_Tests.cs +++ b/modules/blogging/test/Volo.Blogging.Application.Tests/Volo/Blogging/PostAppService_Tests.cs @@ -29,7 +29,7 @@ namespace Volo.Blogging } [Fact] - public async Task Should_Get_Fore_Reading() + public async Task Should_Get_For_Reading() { var blogId = (await _blogRepository.GetListAsync()).First().Id; var post = (await _postRepository.GetListAsync()).First(p=>p.BlogId == blogId);