We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925d37f commit 2a0561dCopy full SHA for 2a0561d
superwall/src/test/java/com/superwall/sdk/identity/IdentityManagerTest.kt
@@ -182,20 +182,6 @@ class IdentityManagerTest {
182
}
183
184
185
- @Test
186
- fun `init merges generated alias and seed into user attributes`() =
187
- runTest {
188
- Given("no existing aliasId or seed in storage") {
189
- When("the manager is created") {
190
- createManager(this@runTest)
191
- }
192
-
193
- Then("user attributes are written to storage") {
194
- verify { storage.write(UserAttributes, any()) }
195
196
197
198
199
@Test
200
fun `init does not merge attributes when alias and seed already exist`() =
201
runTest {
0 commit comments