Skip to content

Commit 0f83223

Browse files
committed
Update tests
1 parent eca037a commit 0f83223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/shared/sdk/shared/src/androidDeviceTest/kotlin/com/stytch/sdk/persistence/StytchPlatformPersistenceClientInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class StytchPlatformPersistenceClientInstrumentedTest {
1616
@Before
1717
fun setUp() {
1818
val context = InstrumentationRegistry.getInstrumentation().targetContext
19-
client = StytchPlatformPersistenceClient(context)
19+
client = StytchPlatformPersistenceClient(context, STYTCH_PERSISTENCE_FILE_NAME)
2020
client.reset()
2121
}
2222

source/shared/sdk/shared/src/iosSimulatorArm64Test/kotlin/com/stytch/sdk/persistence/StytchPlatformPersistenceClientSimulatorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import kotlin.test.assertEquals
77
import kotlin.test.assertNull
88

99
internal class StytchPlatformPersistenceClientSimulatorTest {
10-
private val client = StytchPlatformPersistenceClient()
10+
private val client = StytchPlatformPersistenceClient(STYTCH_PERSISTENCE_FILE_NAME)
1111

1212
@BeforeTest
1313
fun setUp() {

0 commit comments

Comments
 (0)