Skip to content

Commit cf34fe2

Browse files
committed
updated expected number of found debug files
1 parent 6b18009 commit cf34fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/cli.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Describe 'MAUI' -ForEach @(
165165
'maui-app.pdb'
166166
)
167167
$result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files'
168-
$result.ScriptOutput | Should -AnyElementMatch 'Found 17 debug information files \(1 with embedded sources\)'
168+
$result.ScriptOutput | Should -AnyElementMatch 'Found 25 debug information files \(1 with embedded sources\)'
169169
}
170170

171171
It "uploads symbols and sources for an iOS build" -Skip:(!$IsMacOS) {

0 commit comments

Comments
 (0)