Skip to content

Commit 8072fc8

Browse files
committed
rename resource variable
1 parent 0693fc7 commit 8072fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/github/stickerifier/stickerify/media/MediaHelperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ void noLowFpsAnimatedStickerConversionNeeded() throws Exception {
241241

242242
@Test
243243
void nonCompliantAnimatedSticker() {
244-
var archive = loadResource("non_compliant_animated_sticker.tgs");
244+
var animatedSticker = loadResource("non_compliant_animated_sticker.tgs");
245245

246-
assertThrows(MediaException.class, () -> MediaHelper.convert(archive));
246+
assertThrows(MediaException.class, () -> MediaHelper.convert(animatedSticker));
247247
}
248248

249249
@Test

0 commit comments

Comments
 (0)