Skip to content

Commit

Permalink
remove imported users
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Nov 2, 2023
1 parent 1789ad3 commit caf4d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,5 +602,5 @@ Describe -Tag:('JCUsersFromCSV') "Import-JCUsersFromCSV 2.5.1" {
}

AfterAll {
Get-JCUser | Where-Object Email -like *testimportcsvuser.com* | Remove-JCUser -force
Get-JCUser | Where-Object Email -like *testimportcsvuser* | Remove-JCUser -force
}

0 comments on commit caf4d19

Please sign in to comment.