diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php
index b20f18bae923c1b77dc2961a1b53261446c64e4b..a245dba5691be9baf6e9ad64724d7654ced0f2b2 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php
@@ -77,7 +77,7 @@ class SolrTest extends \VuFindTest\Unit\TestCase
     public function testAlphaBrowseUseInstead()
     {
         $solr = $this->getServiceManager()->get('VuFind\Search\BackendManager')
-           ->get('Solr');
+            ->get('Solr');
         $result = $solr->alphabeticBrowse('author', 'Dublin Society, Royal', 0, 1);
         $item = $result['Browse']['items'][0];
         $this->assertEquals(0, $item['count']);