Browse Source

typo fix

pull/786/head
Yunus Emre Kalkan 7 years ago
parent
commit
a874171a59
  1. 2
      modules/blogging/test/Volo.Blogging.Application.Tests/Volo/Blogging/PostAppService_Tests.cs

2
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);

Loading…
Cancel
Save