cofonseca / HipChatAdmin

A PowerShell module designed to interact with Atlassian HipChat.
6 stars 2 forks source link

Write Test for Remove-HipchatUserFromRoom #6

Open cofonseca opened 7 years ago

cofonseca commented 7 years ago

The function Remove-HipchatUserFromRoom needs to be completed.

It also needs a Pester test to go along with it.

mdavis332 commented 7 years ago

10 Looks like you've got the function written. Perhaps just needs tests now?

cofonseca commented 7 years ago

Correct @mdavis332 . I updated the title to be more specific. Thanks for pointing that out.