diff --git a/Power-Cbr.psd1 b/Power-Cbr.psd1 index 7c97371..f62645a 100644 Binary files a/Power-Cbr.psd1 and b/Power-Cbr.psd1 differ diff --git a/Tests/Watchlists/Get-Watchlist.tests.ps1 b/Tests/Watchlists/Get-Watchlist.tests.ps1 index 8a3791c..61f8fda 100644 --- a/Tests/Watchlists/Get-Watchlist.tests.ps1 +++ b/Tests/Watchlists/Get-Watchlist.tests.ps1 @@ -2,7 +2,7 @@ Describe "Get-Watchlist" { It "Gets Watchlist(s) from Carbon Black EDR" { - $Watchlists = Get-Watchlists + $Watchlists = Get-Watchlist $Watchlists | Should -Not -BeNullOrEmpty $Watchlists.Count | Should -BeGreaterThan 2