Skip to content

Commit

Permalink
Update integration_test/index_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Cornelius Weig <[email protected]>
  • Loading branch information
chriskim06 and corneliusweig authored Mar 14, 2020
1 parent 80f2d3f commit 844b94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestKrewIndexList(t *testing.T) {
defer cleanup()

test.WithEnv(constants.EnableMultiIndexSwitch, 1).WithIndex()
out := test.Krew("index", "list").RunOrFailOutput()
out := string(test.Krew("index", "list").RunOrFailOutput())
if !bytes.Contains(out, []byte(constants.DefaultIndexName)) {
t.Fatalf("expected index 'default' in output:\n%s", string(out))
}
Expand Down

0 comments on commit 844b94c

Please sign in to comment.