diff --git a/pkg/cmd/gist/edit/edit_test.go b/pkg/cmd/gist/edit/edit_test.go index c6ea04126..854e4be05 100644 --- a/pkg/cmd/gist/edit/edit_test.go +++ b/pkg/cmd/gist/edit/edit_test.go @@ -38,8 +38,8 @@ func Test_fileExists(t *testing.T) { func Test_getFilesToAdd(t *testing.T) { gf, err := getFilesToAdd(fixtureFile, &EditOptions{ - AddFilename: fixtureFile, - IO: &iostreams.IOStreams{}, + AddFilename: fixtureFile, + IO: &iostreams.IOStreams{}, }) if err != nil { t.Fatalf("unexpected error processing files: %s", err)