mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
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"
|
"testing"
|
||||||
|
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"github.com/stretchr/testify/assert"
|
"gotest.tools/v3/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFlag(t *testing.T) {
|
func TestFlag(t *testing.T) {
|
Loading…
x
Reference in New Issue
Block a user