Fix test name
This commit is contained in:
parent
b4281bea62
commit
c1eff209eb
2 changed files with 5 additions and 3 deletions
|
@ -99,7 +99,7 @@ namespace Robware.Api.Blog.Tests {
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public async Task GetLatestPosts_WithCountOf1AndOffsetOfOutOfRange_ReturnsCollectionOf1BlogPosts() {
|
||||
public async Task GetLatestPosts_WithCountOf1AndOffsetOfOutOfRange_Returns404() {
|
||||
var logger = Substitute.For<ILogger<BlogController>>();
|
||||
var repo = Substitute.For<IBlogRepository>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue