Skip to content

Commit da5295b

Browse files
Method name changes in soft delete bucket tests
1 parent 09b32b5 commit da5295b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

storage/api/Storage.Samples.Tests/GetSoftDeleteBucketTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public GetSoftDeleteBucketTest(StorageFixture fixture)
2727
}
2828

2929
[Fact]
30-
public async Task SoftDeleted()
30+
public async Task GetSoftDeleteBucket()
3131
{
3232
GetSoftDeletedBucketSample getSoftDeletedBucketSample = new GetSoftDeletedBucketSample();
3333
var bucketName = _fixture.GenerateBucketName();

storage/api/Storage.Samples.Tests/ListSoftDeleteBucketsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ListSoftDeleteBucketsTest(StorageFixture fixture)
2727
}
2828

2929
[Fact]
30-
public async Task SoftDeletedOnly()
30+
public async Task ListSoftDeleteBuckets()
3131
{
3232
ListSoftDeletedBucketsSample listSoftDeletedBucketsSample = new ListSoftDeletedBucketsSample();
3333
var bucketName = _fixture.GenerateBucketName();

storage/api/Storage.Samples.Tests/RestoreSoftDeleteBucketTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public RestoreSoftDeleteBucketTest(StorageFixture fixture)
2727
}
2828

2929
[Fact]
30-
public async Task RestoreSoftDeletedBucket()
30+
public async Task RestoreSoftDeleteBucket()
3131
{
3232
RestoreSoftDeletedBucketSample restoreSoftDeletedBucketSample = new RestoreSoftDeletedBucketSample();
3333
var bucketName = _fixture.GenerateBucketName();

0 commit comments

Comments
 (0)