Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Sep 11, 2024
1 parent 492b8ab commit 54d04cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ internal class PostHogAndroidContextTest {

fun `returns sdk info`() {
val sut = getSut()
val sdkInfo = sut.getStaticContext()
val sdkInfo = sut.getSdkInfo()

assertEquals(config.sdkName, sdkInfo["\$lib"])
assertEquals(config.sdkVersion, sdkInfo["\$lib_version"])
Expand Down

0 comments on commit 54d04cc

Please sign in to comment.