Skip to content

Commit

Permalink
Don't use my fork of testify
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 4, 2019
1 parent a4fa88b commit 8f63ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/usertests/usertests.go
Expand Up @@ -7,7 +7,7 @@ import (
"regexp"
"testing"

"github.com/autarch/testify/assert"
"github.com/stretchr/testify/assert"
)

func TestUserTypes(t *testing.T, u interface{}, nameTypeName string) {
Expand Down

0 comments on commit 8f63ce2

Please sign in to comment.