metrics: Fix test name, move to gotest.tools

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2020-07-31 18:51:02 +02:00
parent a46ada6c47
commit 326e8116d1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"testing"
"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"
"gotest.tools/v3/assert"
)
func TestFlag(t *testing.T) {