Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
(fix) tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 10, 2019
1 parent 6be57e4 commit 902c0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feature: Acceptance of delivery Contract
"""
{
"$class":"org.accordproject.acceptanceofdelivery.InspectDeliverable",
"deliverableReceivedAt": "08 Jan 2019 16:34:00 EST",
"deliverableReceivedAt": "08 Mar 2019 16:34:00 EST",
"inspectionPassed": true
}
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feature: Late delivery contract
{
"$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest",
"forceMajeure": false,
"agreedDelivery": "2019-01-31 03:24:00Z",
"agreedDelivery": "2019-03-31 03:24:00Z",
"deliveredAt": null,
"goodsValue": 200.00
}
Expand Down

0 comments on commit 902c0ac

Please sign in to comment.