Skip to content

Commit aaa15da

Browse files
committed
Fix migration file
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent d0b4b47 commit aaa15da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_autolink_reference_migration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"testing"
88

99
"github.com/google/go-cmp/cmp"
10-
"github.com/google/go-github/v88/github"
10+
"github.com/google/go-github/v89/github"
1111
)
1212

1313
func buildMockResponsesForRepositoryAutolinkReferenceMigrationV1toV2(mockOwner, mockRepo string, wantRepoID int) []*mockResponse {

0 commit comments

Comments
 (0)