mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 03:38:10 +00:00
Some code cleanup and fixes.
This commit is contained in:
@@ -242,7 +242,7 @@ class TransactionControllerTest extends TestCase
|
||||
public function testStoreFails()
|
||||
{
|
||||
$journal = f::create('TransactionJournal');
|
||||
unset($journal->id);
|
||||
unset($journal->description);
|
||||
|
||||
$this->_repository->shouldReceive('store')->andReturn($journal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user