Skip to content

Commit

Permalink
#59 Fixing SonarCloud reported issues
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 19, 2025
1 parent 2feb018 commit dcd4e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void shouldDetectLastfmHasNewValues(TestInfo testInfo) {

@Test
@DisplayName("detecting when lastfm has cover art")
public void shouldNotSetCoverArtIfAnyInFile(TestInfo testInfo) throws Exception {
void shouldNotSetCoverArtIfAnyInFile(TestInfo testInfo) throws Exception {
log.info(testInfo.getDisplayName());
metadata.setCoverArt(image);
metadata.setAlbum(album);
Expand Down

0 comments on commit dcd4e84

Please sign in to comment.