You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -349,8 +349,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
349
349
$res.Version| Should -Be "6.3.1"
350
350
}
351
351
352
-
It "Find should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched"
353
-
{
352
+
It "Find should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched" {
@@ -359,8 +358,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
359
358
$res.Version| Should -Be "1.0.0"
360
359
}
361
360
362
-
It "Find should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched"
363
-
{
361
+
It "Find should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched" {
Copy file name to clipboardExpand all lines: test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -298,8 +298,7 @@ Describe 'Test Install-PSResource for local repositories' -tags 'CI' {
298
298
$pkg.Version| Should -Be $nupkgVersion
299
299
}
300
300
301
-
It "Install should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched"
302
-
{
301
+
It "Install should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched" {
@@ -308,8 +307,7 @@ Describe 'Test Install-PSResource for local repositories' -tags 'CI' {
308
307
$res.Version| Should -Be "1.0.0"
309
308
}
310
309
311
-
It "Install should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched"
312
-
{
310
+
It "Install should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched" {
0 commit comments