Completed
Push — feature/spotify ( 7a052d...23e210 )
by Oguzhan
02:13
created
src/Service/Spotify/Service.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,8 +122,8 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.