Skip to content

Commit e07cf9f

Browse files
container names
1 parent 30e821c commit e07cf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/zt_copy_account_account_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ func TestExcludeContainerFlagCopyNegative(t *testing.T) {
9191
srcBSC := scenarioHelper{}.getBlobServiceClientWithSAS(a)
9292
dstBSC := scenarioHelper{}.getSecondaryBlobServiceClientWithSAS(a)
9393

94-
// set up 3 containers with blobs on source account
95-
containerNames := []string{"hello", "world", "hi"}
94+
// set up 2 containers with blobs on source account
95+
containerNames := []string{"hello", "world"}
9696
// ignore a container name that doesn't actually exist, AzCopy will continue as normal
9797
containersToIgnore := []string{"xxx"}
9898
blobNames := []string{"stuff-1", "stuff-2"}

0 commit comments

Comments
 (0)