Skip to content

Commit d16300b

Browse files
Update duplicate test name (Azure#23982)
1 parent c185ca8 commit d16300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azblob/blob/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func waitForCopy(_require *require.Assertions, copyBlobClient *blockblob.Client,
205205
}
206206
}
207207

208-
func (s *BlobUnrecordedTestsSuite) TestCopyBlockBlobFromUrlSourceContentMD5() {
208+
func (s *BlobUnrecordedTestsSuite) TestCopyBlobFromUrlSourceContentMD5() {
209209
_require := require.New(s.T())
210210
testName := s.T().Name()
211211
svcClient, err := testcommon.GetServiceClient(s.T(), testcommon.TestAccountDefault, nil)

0 commit comments

Comments
 (0)