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 6faff7e commit 2711934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/HoneyBear.HalClient.Unit.Tests/HalClientTestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public HalClientTestContext()
_http = _fixture.Freeze<IJsonHttpClient>();

_version = _fixture.Create<Version>();
_order = _fixture.Create<Order>();
_order = _fixture.Build<Order>().With(x => x.DeliveryDate, null).Create();
_orderItem = _fixture.Create<OrderItem>();
_paged = _fixture.Create<PagedList>();
OrderAdd = _fixture.Create<OrderAdd>();
Expand Down

0 comments on commit 2711934

Please sign in to comment.