Skip to content

Commit

Permalink
Narrow test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Aug 11, 2023
1 parent dc44484 commit af6cdd6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,7 @@ public void buildIssuanceWithMixedCaseThreeCharacterCode() {
.value("100")
.build();

// If we get here without an exception, it means the build step above passed without an exception.
String actual = issuedCurrencyAmount.map(
($) -> "fail",
($) -> "success"
);
assertThat(actual).isEqualTo("success");
assertThat(issuedCurrencyAmount.currency()).isEqualTo("UsD");
}

@Test
Expand Down

0 comments on commit af6cdd6

Please sign in to comment.