1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00

fixed import

This commit is contained in:
Carlos Alexandro Becker 2016-12-29 10:56:51 -02:00
parent 1399a39603
commit 014d348290
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -2,7 +2,8 @@ package brew
import (
"testing"
"github.com/docker/docker/pkg/testutil/assert"
"github.com/stretchr/testify/assert"
)
func TestNameWithDash(t *testing.T) {