mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Some code cleanup.
This commit is contained in:
@@ -166,7 +166,7 @@ class ProfileControllerTest extends TestCase
|
||||
// mock stuff
|
||||
$journalRepos = $this->mock(JournalRepositoryInterface::class);
|
||||
$journalRepos->shouldReceive('first')->once()->andReturn(new TransactionJournal);
|
||||
$data = [
|
||||
$data = [
|
||||
'password' => 'james2',
|
||||
];
|
||||
$this->be($this->user());
|
||||
|
Reference in New Issue
Block a user