Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2017-06-24 17:53:05 +00:00
committed by James Brooks
parent 45c058b907
commit 217a2e326c

View File

@@ -108,7 +108,7 @@ class ComponentGroupTest extends AbstractApiTestCase
$this->createComponentGroups();
$this->get('/api/v1/components/groups')
->seeJsonContains(['name' => self::COMPONENT_GROUP_1_NAME]);;
->seeJsonContains(['name' => self::COMPONENT_GROUP_1_NAME]);
$this->assertResponseOk();
}