Skip to content

Commit 4e2ef21

Browse files
committed
update
1 parent 1a9a707 commit 4e2ef21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Diagnostics.Tracing;
7-
using System.IdentityModel.Tokens.Jwt;
87
using System.IO;
98
using System.Linq;
109
using System.Net;

sdk/storage/Azure.Storage.Blobs/tests/BlobsClientTestFixtureAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public BlobsClientTestFixtureAttribute(params object[] additionalParameters)
4747
)
4848
{
4949
RecordingServiceVersion = StorageVersionExtensions.MaxVersion;
50-
LiveServiceVersions = new object[] { StorageVersionExtensions.MaxVersion };
50+
LiveServiceVersions = new object[] { StorageVersionExtensions.LatestVersion };
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)