You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/androidTest/java/ly/count/android/sdk/scUP_UserProfileTests.java
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -123,29 +123,42 @@ public void eventSaveScenario_changeDeviceIDWithoutMerge() throws JSONException
123
123
/**
124
124
* Related user properties should not be saved with session calls,
125
125
* call order, user property before session, begin session, user property after begin session, update session, user property after update session, end session
126
-
* generated request order begin_session + update_session + user properties + end_session
126
+
* generated request order begin_session + orientation + update_session + user properties + end_session
127
+
* UPDATE: session calls now trigger saving properties like events as well thus this test does fail
0 commit comments