Skip to content

Commit

Permalink
Alias fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Meyer committed Mar 10, 2021
1 parent fe43bd7 commit dc06435
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Power-Cbr.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion Tests/Watchlists/Get-Watchlist.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc06435

Please sign in to comment.