public function testCountMerchants()
 {
     $this->assertEquals(2, $this->repository->countMerchants());
 }