public function testGetCurrentStore()
 {
     $this->assertInstanceOf('\\Magento\\Store\\Model\\Store', $this->model->getCurrentStore());
 }