Skip to content
Snippets Groups Projects
Commit 20bd595d authored by Demian Katz's avatar Demian Katz
Browse files

Minor style fix.

parent 2d814a3e
No related merge requests found
......@@ -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']);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment