1
0
mirror of https://github.com/docker/compose.git synced 2025-04-07 19:55:07 +02:00

Merge pull request from docker/metrics-tests

Fix metrics test name, move to gotest.tools
This commit is contained in:
Djordje Lukic 2020-08-04 09:43:55 +02:00 committed by GitHub
commit 3302596f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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