Replace docker assert with stretchr assert

This commit is contained in:
Cyrill Schumacher 2019-09-18 09:51:25 +02:00
parent 80b437399d
commit e2f2495bda

View File

@ -6,7 +6,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/docker/docker/pkg/testutil/assert" "github.com/stretchr/testify/assert"
) )
func TestTimeTransform(t *testing.T) { func TestTimeTransform(t *testing.T) {