Skip to content

Commit

Permalink
Merge pull request #1044 from Sandhya2902/Update-test-class-name-to-m…
Browse files Browse the repository at this point in the history
…atch-with-declaration-name

Update class declaration name to match with test class
  • Loading branch information
Raibaz committed Feb 8, 2023
2 parents c26fa2f + b6d9370 commit 0047d0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ import io.mockk.mockk
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals

class MockkTest {
class AnotherClientTest {

class Dependency1(val value1: Int)
class Dependency2(val value2: String)
Expand Down

0 comments on commit 0047d0b

Please sign in to comment.