mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Some code cleanup.
This commit is contained in:
@@ -188,8 +188,9 @@ class ImportControllerTest extends TestCase
|
||||
$response = $this->post(route('import.start', ['running']));
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\ImportController::start
|
||||
* @covers \FireflyIII\Http\Controllers\ImportController::start
|
||||
* @expectedExceptionMessage Job did not complete succesfully.
|
||||
*/
|
||||
public function testStartFailed()
|
||||
|
||||
Reference in New Issue
Block a user