Skip to content

Commit

Permalink
fix: use correct assert package
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 22, 2020
1 parent aeb9414 commit 76be5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/clean_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"

"github.com/bmizerany/assert"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/urfave/negroni"
)
Expand Down

0 comments on commit 76be5b0

Please sign in to comment.