Skip to content

Commit

Permalink
#3859 Fix test
Browse files Browse the repository at this point in the history
#3859 Credit Limit: Prioritize by date and then seq No from Credit Limit
type
  • Loading branch information
cristinamghita committed Apr 16, 2018
1 parent bb6dc66 commit 6e31ad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void retrieveLimitWhenHavingDifferentTypeWithDifferentDates1()

final BigDecimal limitAmount = repository.retrieveCreditLimitByBPartnerId(partner.getC_BPartner_ID(), today);

assertThat(limitAmount).isEqualTo(BigDecimal.valueOf(100));
assertThat(limitAmount).isEqualTo(BigDecimal.valueOf(200));
}

@Test
Expand Down

0 comments on commit 6e31ad4

Please sign in to comment.