Skip to content
Snippets Groups Projects
Verified Commit 81464963 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor rename of tests

parent e9f62c63
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -31,7 +31,7 @@ import org.threeten.bp.Instant
class AvatarHelperTest {
@Test
fun testGravatar() {
fun testGravatarAvatars() {
val message = QuasselDatabase.DatabaseMessage(
messageId = 1,
time = Instant.now(),
......@@ -68,7 +68,7 @@ class AvatarHelperTest {
}
@Test
fun testIrcCloud() {
fun testIrcCloudAvatars() {
val message = QuasselDatabase.DatabaseMessage(
messageId = 1,
time = Instant.now(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment