Skip to content

Commit

Permalink
Merge pull request #1072 from alphagov/PP-7609-Rename-externalid-for-…
Browse files Browse the repository at this point in the history
…exemption-pact-test-under-25-chars

PP-7609 - Rename externalId so that it is 26 characters
  • Loading branch information
nimalank7 committed Jan 12, 2021
2 parents 761f3c6 + 48bb74a commit dd7f2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Gateway3dsExemptionResultObtainedEventQueueContractTest {
);

private byte[] currentMessage;
private String externalId = "gateway3dsExemptionResultObtained_externalId";
private String externalId = "exemptionResult_externalId";
private ZonedDateTime eventDate = ZonedDateTime.parse("2018-03-12T16:25:01.123456Z");

@Pact(provider = "connector", consumer = "ledger")
Expand Down

0 comments on commit dd7f2dc

Please sign in to comment.