Skip to content

Commit 86ab503

Browse files
author
Thomas Heller
committed
typo fixed
1 parent 0486c8a commit 86ab503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud/service/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ func TestCreateBackup(t *testing.T) {
425425
t.Logf("Created backup with UUID %s", backupDetails.UUID)
426426

427427
// Get backup storage details
428-
t.Logf("Getting details of backup sorage with UUID %s ...", backupDetails.UUID)
428+
t.Logf("Getting details of backup storage with UUID %s ...", backupDetails.UUID)
429429

430430
backupStorageDetails, err := svc.GetStorageDetails(&request.GetStorageDetailsRequest{
431431
UUID: backupDetails.UUID,

0 commit comments

Comments
 (0)