Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bdt-678: Modify messages in btpblock unit test #32

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

inwonkim
Copy link
Member

@inwonkim inwonkim commented Aug 3, 2023

  • Modify BMV to accept srcnetwork without protocol in test.(ex: 0x1.icon)

* Modify BMV to accept srcnetwork without protocol in test.(ex: 0x1.icon)
@inwonkim inwonkim requested a review from sink772 August 3, 2023 07:55
@@ -38,20 +38,20 @@ public class BTPMessageVerifierUnitTest extends TestBase {
static Score score;
static final ServiceManager sm = getServiceManager();
static final Account owner = sm.createAccount();
static final String SRC_NETWORK_ID = "btp://0x1.icon";
static final String SRC_NETWORK_ID = "0x1.icon";
static final String network = "0x1.icon";
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this line as it is a duplicate of the previous line.

@inwonkim inwonkim merged commit 87be501 into main Aug 3, 2023
1 check passed
@inwonkim inwonkim deleted the bdt-678-modify-messages-in-bmv-tests branch August 3, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants