1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: test using wrong import

This commit is contained in:
Carlos Alexandro Becker 2017-12-18 20:49:13 -02:00
parent aaab7e1732
commit 306b84d040
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -4,7 +4,7 @@ import (
"testing"
"github.com/goreleaser/goreleaser/config"
"github.com/tj/assert"
"github.com/stretchr/testify/assert"
)
func TestNew(t *testing.T) {