[urlfetch] Rename Url to URL.

This commit is contained in:
Arseny Balobanov 2021-03-12 16:52:59 +03:00
parent 5ca48c11fb
commit 627d8ff536

View file

@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
}()) }())
} }
func TestUrlFetch_valid(t *testing.T) { func TestURLFetch_valid(t *testing.T) {
binary, err := binCache.GetBinary(urlfetchImportPath) binary, err := binCache.GetBinary(urlfetchImportPath)
require.NoError(t, err) require.NoError(t, err)
@ -102,7 +102,7 @@ func TestUrlFetch_valid(t *testing.T) {
} }
} }
func TestUrlFetch_malformed(t *testing.T) { func TestURLFetch_malformed(t *testing.T) {
binary, err := binCache.GetBinary(urlfetchImportPath) binary, err := binCache.GetBinary(urlfetchImportPath)
require.NoError(t, err) require.NoError(t, err)
@ -139,7 +139,7 @@ func TestUrlFetch_malformed(t *testing.T) {
} }
} }
func TestUrlFetch_order(t *testing.T) { func TestURLFetch_order(t *testing.T) {
binary, err := binCache.GetBinary(urlfetchImportPath) binary, err := binCache.GetBinary(urlfetchImportPath)
require.NoError(t, err) require.NoError(t, err)