DockerCLI/cli/command/formatter/custom_test.go

13 lines
262 B
Go

package formatter
import (
"testing"
"github.com/docker/cli/internal/test"
)
// Deprecated: use internal/test.CompareMultipleValues instead
func compareMultipleValues(t *testing.T, value, expected string) {
test.CompareMultipleValues(t, value, expected)
}