You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-05-16 09:20:15 +02:00
fixed import
This commit is contained in:
@@ -2,7 +2,7 @@ package compress
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"github.com/docker/docker/pkg/testutil/assert"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestExtWindows(t *testing.T) {
|
||||
@@ -10,5 +10,5 @@ func TestExtWindows(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExtOthers(t *testing.T) {
|
||||
assert.Equal(t, ext("linux"), "")
|
||||
assert.Empty(t, ext("linux"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user