Commit 281ac8a3 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update method name declaration.

parent cfc8d79b
......@@ -4,7 +4,7 @@ import org.junit.Test
class RocketChatUserAvatarTest {
@Test
fun `Test username initials`() {
fun getUsernameInitialsTest() {
assert(RocketChatUserAvatar.getUsernameInitials("") == "?")
assert(RocketChatUserAvatar.getUsernameInitials("?") == "?")
assert(RocketChatUserAvatar.getUsernameInitials("f") == "F")
......@@ -19,4 +19,4 @@ class RocketChatUserAvatarTest {
assert(RocketChatUserAvatar.getUsernameInitials("Foobar.bar") == "FB")
assert(RocketChatUserAvatar.getUsernameInitials("Foobar.bar.zab") == "FZ")
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment