Skip to content

Commit

Permalink
fix: PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Feb 28, 2024
1 parent f09cf72 commit 9967d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void shouldReturn200Response() throws Exception {
assertEquals(1, bulkImportUsers.size());
JsonObject bulkImportUserJson = bulkImportUsers.get(0).getAsJsonObject();
bulkImportUserJson.get("status").getAsString().equals("NEW");
BulkImportUser.fromJson(bulkImportUserJson).toRawDataForDbStorage().equals(rawData);
BulkImportUser.fromTesting_fromJson(bulkImportUserJson).toRawDataForDbStorage().equals(rawData);

process.kill();
Assert.assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.STOPPED));
Expand Down

0 comments on commit 9967d6d

Please sign in to comment.