Skip to content

Commit

Permalink
Update ModuleDeviceIdTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Mar 26, 2024
1 parent c7c04ba commit 4f878b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public void setID_changeWithMerge_then_withoutMerge() throws InterruptedExceptio
validateDeviceIdWithMergeChange(oldDeviceId, 1, 2);
TestUtils.flushCurrentRQWithOldDeviceId(oldDeviceId); // clean current rq with old device id requests

deviceID.value += "1";
deviceID.value = TestUtils.DEVICE_ID + "1";
withMerge.set(true); // set atomic boolean to true to validate without merge
Thread.sleep(1000); // waiting for timed event duration

Expand Down

0 comments on commit 4f878b1

Please sign in to comment.