Explorar el Código

metrics: Fix test name, move to gotest.tools

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone hace 5 años
padre
commit
326e8116d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      metrics/metrics_test.go

+ 1 - 1
metrics/metics_test.go → metrics/metrics_test.go

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