Skip to content

Commit c1a49ce

Browse files
Fix tags case
1 parent 5a25e1e commit c1a49ce

File tree

1 file changed

+3
-3
lines changed
  • src/test/java/com/github/stickerifier/stickerify/junit

1 file changed

+3
-3
lines changed

src/test/java/com/github/stickerifier/stickerify/junit/Tags.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
public interface Tags {
44
String ANIMATED_STICKER = "AnimatedSticker";
5-
String CONCURRENT = "concurrent";
5+
String CONCURRENT = "Concurrent";
66
String IMAGE = "Image";
77
String LOG = "Log";
88
String MEDIA = "Media";
99
String TELEGRAM_API = "TelegramApi";
10-
String UNSUPPORTED_FILE = "unsupportedFile";
11-
String VIDEO = "video";
10+
String UNSUPPORTED_FILE = "UnsupportedFile";
11+
String VIDEO = "Video";
1212
}

0 commit comments

Comments
 (0)