Skip to content

Commit

Permalink
fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Nov 8, 2017
1 parent ded1396 commit 9393a77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void canBuildForSourceHU()
public void canBuildForIssuedOrReceivedHU()
{
final I_C_UOM uom = newInstance(I_C_UOM.class);
uom.setUOMSymbol("UOMSymbol");
final I_PP_Order_Qty ppOrderQty = newInstance(I_PP_Order_Qty.class);
ppOrderQty.setM_HU_ID(10);

Expand Down

0 comments on commit 9393a77

Please sign in to comment.