mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Well fix that later..
This commit is contained in:
parent
4ae8b11e10
commit
0e07eed7d1
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ Describe "SnipeitPS" {
|
|||
# tests goes to Dave Wyatt, the genius behind Pester. I've just adapted them
|
||||
# slightly to match SnipeitPS.
|
||||
|
||||
$script:manifest = $null
|
||||
<#$script:manifest = $null
|
||||
|
||||
foreach ($line in (Get-Content $changelogFile))
|
||||
{
|
||||
|
|
@ -104,7 +104,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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue