Skip to content

Commit 70e9e28

Browse files
committed
fix test
1 parent cab9a32 commit 70e9e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_resource_get.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ Describe 'resource get tests' {
6868
$out.family | Should -BeExactly $expectedFamily
6969
$out.version | Should -Not -BeNullOrEmpty
7070
$out.bitness | Should -BeIn @('32', '64')
71-
$out.architecture | Should -BeIn @('x86', 'x64', 'arm64')
71+
$out.architecture | Should -BeIn @('x86', 'x86_64', 'arm64')
7272
}
7373
}

0 commit comments

Comments
 (0)