mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 13:04:38 -04:00
Fixes for tests
This commit is contained in:
parent
cc79511dc3
commit
191a31e0a5
@ -88,8 +88,8 @@ class GroupSettingTest extends TestCase
|
|||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
|
|
||||||
$arr = $response->json();
|
$arr = $response->json();
|
||||||
|
|
||||||
$this->assertNotNull($arr['data']['archived_at']);
|
$this->assertNotNull($arr['data'][0]['archived_at']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user