Skip to content

Commit 79d865e

Browse files
fix: remove unnecessary legacy call
1 parent b4ac172 commit 79d865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/androidTest/java/ly/count/android/sdk/scUP_UserProfileTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void eventSaveScenario_changeDeviceIDWithoutMerge() throws JSONException
128128
* UPDATED_REQUEST_ORDER: user property before session + begin_session + orientation + user property after begin session + update_session + user property after update session + end_session
129129
*/
130130
@Test
131-
public void eventSaveScenario_sessionCallsTriggersSave_legacyBehavior() throws JSONException, InterruptedException {
131+
public void eventSaveScenario_sessionCallsTriggersSave() throws JSONException, InterruptedException {
132132
Countly countly = new Countly().init(TestUtils.createBaseConfig().enableManualSessionControl());
133133

134134
TestUtils.assertRQSize(0);

0 commit comments

Comments
 (0)