Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslabari committed Mar 12, 2024
1 parent f2cb2a4 commit 9a09bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal class LogPayloadSourceImplTest {
}

@Test
fun getLogPayload() {
fun `test getLogPayload returns a correct payload`() {
val payload = impl.getLogPayload()
val log = checkNotNull(payload.logs?.single())
assertEquals(1, payload.logs?.size)
Expand Down

0 comments on commit 9a09bf0

Please sign in to comment.