Skip to content

Commit

Permalink
force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
James Powell committed Jan 24, 2025
1 parent 9d140ef commit 2e9352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/eventsourcing/component/EndToEndCT.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testFlow() {
sendSubmitApplicationRequest(requestToReject);

// Submit an application that should be approved.
String firstNameToApprove = "John";
String firstNameToApprove = "INCORRECT";
String lastNameToApprove = randomAlphabetic(1).toUpperCase()+randomAlphabetic(5).toLowerCase();
String cuisineTypeToApprove = randomAlphabetic(1).toUpperCase()+randomAlphabetic(3).toLowerCase() + " Curry";
SubmitApplicationRequest requestToApprove = SubmitApplicationRequest.builder()
Expand Down

0 comments on commit 2e9352a

Please sign in to comment.