ソースを参照

metrics: Fix test name, move to gotest.tools

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 5 年 前
コミット
326e8116d1
1 ファイル変更1 行追加1 行削除
  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) {