Skip to content

Commit 083ea6e

Browse files
committed
Fix typo
1 parent 4d28eee commit 083ea6e

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
@@ -5,7 +5,7 @@ BeforeAll {
55
# Modify the path to your own
66
Import-Module .\utils.ps1
77

8-
[xml]$config = [xml]$config = Get-Content .\config.xml
8+
[xml]$config = Get-Content .\config.xml
99
$globalNode = $config.SelectSingleNode("config/section[@id='global']")
1010
$testNode = $config.SelectSingleNode("config/section[@id='adls']")
1111

0 commit comments

Comments
 (0)