Started on AutoMoqDataAttribute

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-06-24 22:00:27 +02:00
parent 540195c597
commit aaccaef6af
7 changed files with 92 additions and 57 deletions

View File

@@ -101,7 +101,7 @@ namespace Umbraco.Tests.Integration.TestServerTest.Controllers
}
[Test]
public async Task GetPagedUsers_11()
public async Task GetPagedUsers_multiple_pages()
{
var totalNumberOfUsers = 11;
var pageSize = totalNumberOfUsers - 1;