We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ea6e commit a102f8cCopy full SHA for a102f8c
src/Storage/RegressionTests/adls.ps1
@@ -17,7 +17,7 @@ BeforeAll {
17
$accountName = $testNode.accountName
18
$ctx = (Get-AzStorageAccount -ResourceGroupName $rgname -Name $accountName).Context
19
20
- $localSrcFile = ".\data\testfile_1024K_0" #The file need exist before test, and should be 512 bytes aligned
+ $localSrcFile = ".\data\testfile_1K_0" #The file need exist before test, and should be 512 bytes aligned
21
$localDestFile = ".\created\test1.txt" # test will create the file
22
$filesystemName = "filesystem1"
23
$dirname1 = "dir1"
0 commit comments