Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8629f72

Browse files
authored
Merge pull request #2154 from Myoxocephalus/fixes/model-service-test-unused-parameter
Removed unused parameter in ModelServiceTest CreateTarget.
2 parents 90243c9 + a52b3ad commit 8629f72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/GitHub.App.UnitTests/Models/ModelServiceTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ public async Task VaccumsTheCacheAsync()
374374

375375
static ModelService CreateTarget(
376376
IApiClient apiClient = null,
377-
Octokit.IConnection graphql = null,
378-
IBlobCache hostCache = null,
379-
IAvatarProvider avatarProvider = null)
377+
IBlobCache hostCache = null)
380378
{
381379
return new ModelService(
382380
apiClient ?? Substitute.For<IApiClient>(),

0 commit comments

Comments
 (0)