mirror of https://github.com/docker/compose.git
metrics: Fix test name, move to gotest.tools
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
a46ada6c47
commit
326e8116d1
|
@ -20,7 +20,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gotest.tools/v3/assert"
|
||||
)
|
||||
|
||||
func TestFlag(t *testing.T) {
|
Loading…
Reference in New Issue