We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7544a56 commit 0e103a0Copy full SHA for 0e103a0
src/test/kotlin/xyz/cssxsh/gif/EncoderTest.kt
@@ -46,8 +46,8 @@ internal class EncoderTest {
46
47
@Test
48
fun dear() {
49
- val face = Image.makeFromEncoded(File("./run/anti.jpg").readBytes())
+ val face = Image.makeFromEncoded(File("./example/face.png").readBytes())
50
System.setProperty(DEAR_ORIGIN, "./example/dear.gif")
51
- dear(face).renameTo(File("./run/dear.${System.currentTimeMillis()}.gif"))
+ dear(face).renameTo(File("./run/dear.gif"))
52
}
53
0 commit comments