From 943a744acf614e7c28270b58311dbe6e9f13d89d Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Mon, 6 Sep 2021 06:11:56 +0300 Subject: [PATCH] lets fix general tests later --- 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 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