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 0693fc7 commit 8072fc8Copy full SHA for 8072fc8
src/test/java/com/github/stickerifier/stickerify/media/MediaHelperTest.java
@@ -241,9 +241,9 @@ void noLowFpsAnimatedStickerConversionNeeded() throws Exception {
241
242
@Test
243
void nonCompliantAnimatedSticker() {
244
- var archive = loadResource("non_compliant_animated_sticker.tgs");
+ var animatedSticker = loadResource("non_compliant_animated_sticker.tgs");
245
246
- assertThrows(MediaException.class, () -> MediaHelper.convert(archive));
+ assertThrows(MediaException.class, () -> MediaHelper.convert(animatedSticker));
247
}
248
249
0 commit comments