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

Commit 82c24a8

Browse files
Fixing namespacing issue
1 parent 8a350db commit 82c24a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public async Task ExpiredIndexClearsItemsAsync()
576576

577577
static ModelService CreateTarget(
578578
IApiClient apiClient = null,
579-
Octokit.GraphQL.IConnection graphql = null,
579+
Octokit.IConnection graphql = null,
580580
IBlobCache hostCache = null,
581581
IAvatarProvider avatarProvider = null)
582582
{

0 commit comments

Comments
 (0)