Skip to content

Commit

Permalink
doc: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Mar 21, 2024
1 parent 8560655 commit bdc468e
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ public void setID_custom() {
}

/**
* "changeWithoutMerge" with custom device id
* "setID" with double without merge
* Validating that new id set and callback is called, and existing events,timed events and session must end, new session must begin
* request order should be first began session, 1 events, 1 end session, second began session, second end session, third began session
*/
Expand Down Expand Up @@ -513,9 +513,8 @@ public void setID_changeWithoutMerge() throws InterruptedException {
}

/**
* "changeWithMerge"
* Validating that only one began session request is created and two device id change request for two
* "changeWithMerge" calls with different ids
* "setID" first sdk generated then developer supplied
* Validating that first call acts like "changeWithMerge" and second call acts like "changeWithoutMerge"
* SDK must generate an id first, then should change with developer supplied two times
*/
@Test
Expand Down

0 comments on commit bdc468e

Please sign in to comment.