mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Added readonly to fields that are never modified (#2759)
Co-authored-by: Lehonti Ramos <john@doe> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Octokit.Tests.Clients
|
||||
{
|
||||
public class TheGetAllRepositoriesForCurrentMethod
|
||||
{
|
||||
IGitHubClient _github;
|
||||
readonly IGitHubClient _github;
|
||||
|
||||
public TheGetAllRepositoriesForCurrentMethod()
|
||||
{
|
||||
@@ -28,7 +28,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
public class TheGetAllRepositoriesForCurrentUserMethod
|
||||
{
|
||||
IGitHubClient _github;
|
||||
readonly IGitHubClient _github;
|
||||
|
||||
public TheGetAllRepositoriesForCurrentUserMethod()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user