Fix test name

This commit is contained in:
Robert Marshall 2020-04-10 10:29:35 +01:00
parent b4281bea62
commit c1eff209eb
2 changed files with 5 additions and 3 deletions

View file

@ -52,8 +52,10 @@ namespace Robware.Api.Blog.Controllers {
}
}
//[HttpGet]
//Task<BlogPost> GetLatestPost();
[HttpGet(nameof(GetLatestPost))]
public async Task<BlogPost> GetLatestPost() {
return null;
}
//[HttpGet]
//Task<int> GetCount();