mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Fix unit tests.
This commit is contained in:
@@ -85,8 +85,13 @@ class CurrencyExchangeRateControllerTest extends TestCase
|
||||
$response->assertStatus(200);
|
||||
$response->assertJson(
|
||||
['data' => [
|
||||
'rate' => 0.5,
|
||||
'links' => [
|
||||
'type' => 'currency_exchange_rates',
|
||||
'id' => '0',
|
||||
'attributes' => [
|
||||
'rate' => 0.5,
|
||||
],
|
||||
'links' => [
|
||||
|
||||
[
|
||||
'rel' => 'self',
|
||||
'uri' => '/currency_exchange_rates/',
|
||||
|
||||
Reference in New Issue
Block a user