Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dashton82 committed Apr 28, 2020
1 parent fa5d11d commit c9b13eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public async Task And_Has_ErrorCode_DLock07_And_TriageStatus_Unknown_Then_ILR_Da
dataLockStatus.ErrorCode = DataLockErrorCode.Dlock07;
dataLockStatus.TriageStatus = TriageStatus.Unknown;
dataLockStatus.IsResolved = false;
source.PriceHistory = new List<PriceHistory> { priceHistory };
source.DataLockStatus = new List<DataLockStatus>{dataLockStatus};
source.PendingUpdateOriginator = null;

Expand Down

0 comments on commit c9b13eb

Please sign in to comment.