Skip to content

Commit

Permalink
removed markbates/going as a direct dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Aug 16, 2018
1 parent f080797 commit 6651ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/joho/godotenv v1.2.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/markbates/going v1.0.1
github.com/markbates/going v1.0.1 // indirect
github.com/markbates/inflect v1.0.0
github.com/onsi/ginkgo v1.6.0 // indirect
github.com/onsi/gomega v1.4.1 // indirect
Expand Down
3 changes: 1 addition & 2 deletions helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"testing"

"github.com/gobuffalo/envy"
"github.com/markbates/going/randx"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -40,7 +39,7 @@ func Test_Helpers_WithoutData(t *testing.T) {

func Test_truncateHelper(t *testing.T) {
r := require.New(t)
x := randx.String(51)
x := "KEuFHyyImKUMhSkSolLqgqevKQNZUjpSZokrGbZqnUrUnWrTDwi"
s := truncateHelper(x, map[string]interface{}{})
r.Len(s, 50)
r.Equal("...", s[47:])
Expand Down

0 comments on commit 6651ddf

Please sign in to comment.