mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
fixed import
This commit is contained in:
parent
1399a39603
commit
014d348290
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user