Skip to content

Commit

Permalink
[MODAUD-174] - minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 14, 2023
1 parent d43d0ee commit d32bc03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static PieceAuditEvent createPieceAuditEvent(String id) {
public static PieceAuditEvent createPieceAuditEvent(String id, String status) {
JsonObject jsonObject = new JsonObject();
jsonObject.put("name", "Test Product");
jsonObject.put("status", status);
jsonObject.put("receivingStatus", status);

return new PieceAuditEvent()
.withId(id)
Expand Down

0 comments on commit d32bc03

Please sign in to comment.