From de5f83f54cc1056e2057ac5599c932c962751352 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Sat, 4 Sep 2021 23:22:30 +0300 Subject: [PATCH] More testing --- Tests/SnipeitPS.Tests.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/SnipeitPS.Tests.ps1 b/Tests/SnipeitPS.Tests.ps1 index 80259c5..dcc79f8 100644 --- a/Tests/SnipeitPS.Tests.ps1 +++ b/Tests/SnipeitPS.Tests.ps1 @@ -59,6 +59,7 @@ Describe "SnipeitPS" { # There is a bug that prevents Test-ModuleManifest from updating correctly when the manifest file changes. See here: # https://connect.microsoft.com/PowerShell/feedback/details/1541659/test-modulemanifest-the-psmoduleinfo-is-not-updated + #> # As a temp workaround, we'll just read the manifest as a raw hashtable. # Credit to this workaround comes from here: @@ -105,7 +106,7 @@ Describe "SnipeitPS" { It "Appveyor version matches manifest version" { $appveyorVersion -as [Version] | Should -Be ( $script:manifest.ModuleVersion -as [Version] ) - }#> + } } # The CI changes I'm testng now will render this section obsolete,