Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
qiarie committed Sep 15, 2022
1 parent a801cbc commit 942f76c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ public void testPushECToServerVerifyMarkEventsAsSyncedForFailedEventsAndClients(
pendingEvents.put(AllConstants.KEY.EVENTS, events);

JSONObject expectedRequest = new JSONObject();
Object value = pendingEvents.get(AllConstants.KEY.CLIENTS);
expectedRequest.put(AllConstants.KEY.CLIENTS, value);
expectedRequest.put(AllConstants.KEY.CLIENTS, pendingEvents.get(AllConstants.KEY.CLIENTS));
expectedRequest.put(AllConstants.KEY.EVENTS, pendingEvents.get(AllConstants.KEY.EVENTS));

JSONObject failed = new JSONObject();
Expand Down

0 comments on commit 942f76c

Please sign in to comment.