diff --git a/Tests/SnipeitPS.Tests.ps1 b/Tests/SnipeitPS.Tests.ps1 index 0057f38..97e5fbc 100644 --- a/Tests/SnipeitPS.Tests.ps1 +++ b/Tests/SnipeitPS.Tests.ps1 @@ -134,8 +134,9 @@ Describe "SnipeitPS" { $exportedFunctions -contains $f | Should -Be $false } } + #> } - #> + Context "Style checking" { # This section is again from the mastermind, Dave Wyatt. Again, credit