Merge pull request #90481 from BenTheElder/shrug-unit-tests

correct canonical import for azure legacy provider mockfileclient
This commit is contained in:
Kubernetes Prow Robot 2020-04-25 07:27:28 -07:00 committed by GitHub
commit 4efb43e1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ limitations under the License.
*/
// Package mockfileclient implements the mock client for azure file.
package mockfileclient // import "k8s.io/legacy-cloud-providers/azure/clients/filelient/mockfileclient"
package mockfileclient // import "k8s.io/legacy-cloud-providers/azure/clients/fileclient/mockfileclient"