1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2020-08-02 20:34:16 +10:00
parent cc79511dc3
commit 191a31e0a5

View File

@ -88,8 +88,8 @@ class GroupSettingTest extends TestCase
$response->assertStatus(200);
$arr = $response->json();
$this->assertNotNull($arr['data']['archived_at']);
$this->assertNotNull($arr['data'][0]['archived_at']);
}
}