Sfoglia il codice sorgente

metrics: Fix test name, move to gotest.tools

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 5 anni fa
parent
commit
326e8116d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      metrics/metrics_test.go

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

@@ -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) {