public function testChangeStatus()
 {
     $result = $this->_watcherMapper->setStatus('23232323232', WatcherModel::STATUS_FINISHED);
     $this->assertTrue($result);
 }