public function testFindByState()
 {
     $r = $this->repository->findByState('depositedByJournal');
     $this->assertEquals(1, count($r));
 }