Skip to content

Commit a102f8c

Browse files
committed
Change file to 1K
1 parent 083ea6e commit a102f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/RegressionTests/adls.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BeforeAll {
1717
$accountName = $testNode.accountName
1818
$ctx = (Get-AzStorageAccount -ResourceGroupName $rgname -Name $accountName).Context
1919

20-
$localSrcFile = ".\data\testfile_1024K_0" #The file need exist before test, and should be 512 bytes aligned
20+
$localSrcFile = ".\data\testfile_1K_0" #The file need exist before test, and should be 512 bytes aligned
2121
$localDestFile = ".\created\test1.txt" # test will create the file
2222
$filesystemName = "filesystem1"
2323
$dirname1 = "dir1"

0 commit comments

Comments
 (0)