Skip to content

Commit

Permalink
New-TssFolderPermission Test - remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Mar 14, 2021
1 parent 457fe7d commit 09981c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/folder-permissions/New-TssFolderPermission.Tests.ps1
Expand Up @@ -60,10 +60,6 @@ Describe "$commandName functions" {
$object = New-TssFolderPermission -TssSession $session -FolderId 999 -UserId 497 -FolderAccessRoleName Edit -SecretAccessRoleName None
Assert-VerifiableMock
}
BeforeEach {
# $session = New-TssSession -SecretServer 'http://alpha' -AccessToken (Get-Random)

}
It "Should not be empty" {
$object | Should -Not -BeNullOrEmpty
}
Expand Down

0 comments on commit 09981c8

Please sign in to comment.