소스 검색

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