We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a25e1e commit c1a49ceCopy full SHA for c1a49ce
src/test/java/com/github/stickerifier/stickerify/junit/Tags.java
@@ -2,11 +2,11 @@
2
3
public interface Tags {
4
String ANIMATED_STICKER = "AnimatedSticker";
5
- String CONCURRENT = "concurrent";
+ String CONCURRENT = "Concurrent";
6
String IMAGE = "Image";
7
String LOG = "Log";
8
String MEDIA = "Media";
9
String TELEGRAM_API = "TelegramApi";
10
- String UNSUPPORTED_FILE = "unsupportedFile";
11
- String VIDEO = "video";
+ String UNSUPPORTED_FILE = "UnsupportedFile";
+ String VIDEO = "Video";
12
}
0 commit comments