Skip to content

Commit

Permalink
more info for intermittent test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jan 13, 2021
1 parent fbeadfc commit e5c02c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestProcessConfigPath(t *testing.T) {

err := processConfig()
assert.Error(t, err)
assert.True(t, strings.Contains(err.Error(), " are not within any known GOPATH"))
assert.True(t, strings.Contains(err.Error(), " are not within any known GOPATH"), err.Error())
}

func TestGetIsQuiet(t *testing.T) {
Expand Down

0 comments on commit e5c02c2

Please sign in to comment.