Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imerabishvili committed Jan 25, 2024
1 parent 9cf3507 commit c66fd32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
{
"id": "orders-storage.receiving-history",
"version": "3.2",
"version": "4.2",
"handlers": [
{
"methods": ["GET"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ private void verifyViewCollectionAfter(String endpoint) throws MalformedURLExcep
}

private void verifyFields(Piece piece, PoLine poLine, PurchaseOrder purchaseOrder, ReceivingHistory receivingHistory) {
assertEquals(piece.getDisplaySummary(), receivingHistory.getDisplaySummary());
assertEquals(piece.getComment(), receivingHistory.getComment());
assertEquals(piece.getItemId(), receivingHistory.getItemId());
assertEquals(piece.getLocationId(), receivingHistory.getLocationId());
Expand Down

0 comments on commit c66fd32

Please sign in to comment.