mirror of
https://github.com/foomo/shop.git
synced 2025-10-16 12:35:39 +00:00
Replace docker assert with stretchr assert
This commit is contained in:
parent
80b437399d
commit
e2f2495bda
@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/pkg/testutil/assert"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestTimeTransform(t *testing.T) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user