@@ -899,7 +899,8 @@ public void recordEventScenario_previous_current_ViewName_disabled() throws JSON
899899 countly .views ().startView ("View1" );
900900 countly .events ().recordEvent ("TEST1" );
901901
902- ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , true , true , TestUtils .map (), "_CLY_" , "_CLY_" , null );
902+ // start false because session did not start
903+ ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , false , true , TestUtils .map (), "_CLY_" , "_CLY_" , null );
903904 validateEventInRQ ("TEST1" , 2 , 3 , "_CLY_" , "_CLY_" , null , null );
904905
905906 countly .views ().startView ("View2" );
@@ -930,7 +931,8 @@ public void recordEventScenario_previous_current_ViewName() throws JSONException
930931 countly .views ().startView ("View1" );
931932 countly .events ().recordEvent ("TEST1" );
932933
933- ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , true , true , TestUtils .map (), "_CLY_" , "_CLY_" , "" );
934+ // start false because session did not start
935+ ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , false , true , TestUtils .map (), "_CLY_" , "_CLY_" , "" );
934936 validateEventInRQ ("TEST1" , 2 , 3 , "_CLY_" , "_CLY_" , "TEST" , "View1" );
935937
936938 countly .views ().startView ("View2" );
0 commit comments