Update airsonic-main/src/test/java/org/airsonic/player/service/search/SearchServiceSpecialGenreTestCase.java

Fix comment

Co-Authored-By: jvoisin <jvoisin@users.noreply.github.com>
master
tesshu.com 5 years ago committed by GitHub
parent 810920556e
commit 76f665b3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      airsonic-main/src/test/java/org/airsonic/player/service/search/SearchServiceSpecialGenreTestCase.java

@ -45,7 +45,7 @@ import static org.springframework.util.ObjectUtils.isEmpty;
@DirtiesContext(
classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD)
/*
* Tests to clarify strings that can be used in genre.
* Tests to prove what kind of strings/chars can be used in the genre field.
*/
public class SearchServiceSpecialGenreTestCase {

Loading…
Cancel
Save