Skip to content

Commit

Permalink
Update HalClientTestContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhonores authored Nov 28, 2016
1 parent d5f2bc5 commit 6faff7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Src/HoneyBear.HalClient.Unit.Tests/HalClientTestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ private object CreateSingleResourceJson() =>
_order.OrderRef,
_order.OrderNumber,
_order.Status,
_order.DeliveryDate,
_order.Total,
_links =
new
Expand Down Expand Up @@ -400,6 +401,7 @@ private object CreateSingleResourceJsonWithoutCurie() =>
_order.OrderRef,
_order.OrderNumber,
_order.Status,
_order.DeliveryDate,
_order.Total,
_links =
new
Expand Down Expand Up @@ -492,6 +494,7 @@ private object CreatePagedResourceWithEmbeddedArrayOfResourcesJson() =>
_order.OrderRef,
_order.OrderNumber,
_order.Status,
_order.DeliveryDate,
_order.Total,
_links =
new
Expand Down Expand Up @@ -533,6 +536,7 @@ private object CreatePagedResourceWithLinkedArrayOfResourcesJson() =>
_order.OrderRef,
_order.OrderNumber,
_order.Status,
_order.DeliveryDate,
_order.Total,
_links =
new
Expand Down Expand Up @@ -607,6 +611,7 @@ private object CreateDefaultPagedResourceJson() =>
_order.OrderRef,
_order.OrderNumber,
_order.Status,
_order.DeliveryDate,
_order.Total,
_links =
new
Expand Down

0 comments on commit 6faff7e

Please sign in to comment.