Browse Source

Merge pull request #408 from docker/metrics-tests

Fix metrics test name, move to gotest.tools
Djordje Lukic 5 years ago
parent
commit
3302596f1a
1 changed files with 1 additions and 1 deletions
  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) {