Skip to content

Commit

Permalink
fix tests names
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2411 committed Dec 14, 2024
1 parent 7cf5113 commit e5ab782
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ func testCreateSnapshotFromDiskWithFailedShadowDisk(
testcommon.CheckConsistency(t, ctx)
}

func TestCreateSnapshotFromDiskWithFailedShadowDiskShort(t *testing.T) {
func TestSnapshotServiceCreateSnapshotFromDiskWithFailedShadowDiskShort(t *testing.T) {
testCreateSnapshotFromDiskWithFailedShadowDisk(
t,
disk_manager.DiskKind_DISK_KIND_SSD_NONREPLICATED,
Expand All @@ -874,7 +874,7 @@ func TestCreateSnapshotFromDiskWithFailedShadowDiskShort(t *testing.T) {
)
}

func TestCreateSnapshotFromDiskWithFailedShadowDiskLong(t *testing.T) {
func TestSnapshotServiceCreateSnapshotFromDiskWithFailedShadowDiskLong(t *testing.T) {
testCreateSnapshotFromDiskWithFailedShadowDisk(
t,
disk_manager.DiskKind_DISK_KIND_SSD_NONREPLICATED,
Expand Down

0 comments on commit e5ab782

Please sign in to comment.