1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-17 19:51:39 +00:00

Closes #140: video file support

This commit is contained in:
Benjamin Gamard
2018-03-02 19:05:20 +01:00
parent 18c9833104
commit 4a676b01e1
18 changed files with 312 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import org.junit.Test;
public class TestImageUtil {
@Test
public void computeGravatarTest() throws Exception {
public void computeGravatarTest() {
Assert.assertEquals("0bc83cb571cd1c50ba6f3e8a78ef1346", ImageUtil.computeGravatar("MyEmailAddress@example.com "));
}
}