Fix test coverage.

This commit is contained in:
James Cole
2019-08-09 05:58:52 +02:00
parent dcbc2ca0c3
commit fd2f4e1459
6 changed files with 24 additions and 7 deletions

View File

@@ -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]));
}
/**