Merge pull request #37243 from vdemeester/gotestyourself-with-tools

Update gotestyourself to gotest.tools
This commit is contained in:
Vincent Demeester
2018-06-13 16:23:26 +02:00
committed by GitHub
@@ -14,8 +14,8 @@ import (
"testing"
"github.com/google/go-cmp/cmp"
"github.com/gotestyourself/gotestyourself/assert"
is "github.com/gotestyourself/gotestyourself/assert/cmp"
"gotest.tools/assert"
is "gotest.tools/assert/cmp"
)
func TestParseRemoteURL(t *testing.T) {