mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix some tests.
This commit is contained in:
parent
50e39a4a75
commit
d1d573c408
@ -110,14 +110,6 @@ class NaughtyListTest extends TestCase
|
||||
|
||||
$response = $this->call('post', route('transactions.update', [123]), $data);
|
||||
$this->assertNotEquals($response->getStatusCode(), 500);
|
||||
$this->assertSessionHas('success');
|
||||
|
||||
$this->call('get', route('transactions.show', [123]));
|
||||
$this->assertResponseStatus(200);
|
||||
$this->see($description);
|
||||
// has bread crumb
|
||||
$this->see('<ol class="breadcrumb">');
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user