1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

fix: import

This commit is contained in:
Carlos Alexandro Becker 2017-12-20 10:42:18 -02:00
parent 37e377718c
commit 4f3ed001da
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -9,7 +9,7 @@ import (
"github.com/goreleaser/goreleaser/config"
"github.com/goreleaser/goreleaser/context"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/tj/assert"
"github.com/stretchr/testify/assert"
)
func TestNameTemplate(t *testing.T) {