mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
autofix tests based on feedback from xunit analyzers (#1997)
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Octokit.Tests
|
||||
public class ThePageUrlMethods
|
||||
{
|
||||
[Theory]
|
||||
[MemberData("PagingMethods")]
|
||||
[MemberData(nameof(PagingMethods))]
|
||||
public void RetrievesTheCorrectPagePage(string linkName, Func<ApiInfo, Uri> pagingMethod)
|
||||
{
|
||||
var pageUri = new Uri("https://api.github.com/user/repos?page=2");
|
||||
|
||||
Reference in New Issue
Block a user