mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Fix test coverage.
This commit is contained in:
@@ -133,7 +133,7 @@ class LinkControllerTest extends TestCase
|
||||
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
$response->assertRedirect(route('transactions.show', [$withdrawal->id]));
|
||||
$response->assertRedirect(route('transactions.show', [$withdrawal->transaction_group_id]));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user