@@ -122,8 +122,8 @@ |
||
122 | 122 | $result = $this->musicInfo->doSearch(self::TEST_SEARCH_NAME, 'artist', self::SERVICE_KEY); |
123 | 123 | |
124 | 124 | $this->assertInstanceOf(ArrayCollection::class, $result); |
125 | - $this->assertInstanceOf(ArrayCollection::class, $result->get( self::SERVICE_KEY )); |
|
126 | - $this->assertInstanceOf(\Pbxg33k\MusicInfo\Model\Artist::class, $result->get( self::SERVICE_KEY )->first()); |
|
125 | + $this->assertInstanceOf(ArrayCollection::class, $result->get(self::SERVICE_KEY)); |
|
126 | + $this->assertInstanceOf(\Pbxg33k\MusicInfo\Model\Artist::class, $result->get(self::SERVICE_KEY)->first()); |
|
127 | 127 | } |
128 | 128 | |
129 | 129 | /** |