Skip to content

Commit b5201c8

Browse files
committed
Remove redundant check for log content length in Get-SqlDscSetupLog integration tests
1 parent 1560a64 commit b5201c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/Commands/Get-SqlDscSetupLog.Integration.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Describe 'Get-SqlDscSetupLog' -Tag @('Integration_SQL2017', 'Integration_SQL2019
7474
# If a log was found, verify it contains meaningful content
7575
$logString = $setupLog -join "`n"
7676
$logString.Length | Should -BeGreaterThan 0
77-
}
7877
}
7978
}
8079
}

0 commit comments

Comments
 (0)