Skip to content

Conversation

@IamLRBA
Copy link
Contributor

@IamLRBA IamLRBA commented Oct 18, 2024

void testTopicSubmitMessageResultCreation() {

//given
final TransactionId validTransactionId = TransactionId.fromString("0.0.12345@1");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IamLRBA The TransactionId string passed in TransactionId.fromString("0.0.123451") does not match the expected format. Replace the above line with somethinng like final TransactionId validTransactionId = TransactionId.fromString("0.0.123451@1697590800.123456789");

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for that insight @Ndacyayisenga-droid

@hendrikebbers hendrikebbers merged commit 84ed03e into OpenElements:main Oct 18, 2024
@hendrikebbers hendrikebbers added the hacktoberfest-accepted Reserved for PRs that are accepted for Hacktoberfest (see https://hacktoberfest.com) 🚀👾🧑🏽‍💻 label Oct 18, 2024
@hendrikebbers
Copy link
Member

@IamLRBA thank you for the contribution!

@IamLRBA IamLRBA deleted the constructor-tests-for-TopicSubmitMessageResult branch October 18, 2024 20:48
@IamLRBA IamLRBA restored the constructor-tests-for-TopicSubmitMessageResult branch October 18, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Reserved for PRs that are accepted for Hacktoberfest (see https://hacktoberfest.com) 🚀👾🧑🏽‍💻

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants