def test_close( self, close, cfg ):
     win = WindowsXbeeCommunications()
     win.close()
     close.assert_called_once_with()