Skip to content

Commit 79c0a0a

Browse files
author
Andrew
committed
test update 5
1 parent d1a3d0d commit 79c0a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_discovery.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Describe 'tests for resource discovery' {
111111

112112
# perform List on an adapter - this should create adapter lookup table file
113113
dsc resource list -a Microsoft.DSC/PowerShell | Out-Null
114-
114+
gc -raw $script:lookupTableFilePath
115115
$script:lookupTableFilePath | Should -FileContentMatchExactly 'Microsoft.DSC/PowerShell'
116116
Test-Path $script:lookupTableFilePath -PathType Leaf | Should -BeTrue
117117
}

0 commit comments

Comments
 (0)