Skip to content

Commit 4ef5de9

Browse files
committed
Update local package test to match behavior change
1 parent df35488 commit 4ef5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/generator/import_tracker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func TestNewImportTracker(t *testing.T) {
7272
{Name: types.Name{Package: "bar.com/external/pkg"}},
7373
},
7474
expectedImports: []string{
75-
`pkg "bar.com/external/pkg"`,
75+
`externalpkg "bar.com/external/pkg"`,
7676
},
7777
},
7878
}

0 commit comments

Comments
 (0)