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

Update RadiologyModalityServiceComponentTest.java #517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tesla2678
Copy link

repaied a bug.

Description

    -expectedException.expectMessage("Reason for deletion cannot be empty");
    +expectedException.expectMessage(Context.getMessageSourceService()
    +      .getMessage("general.voidReason.empty"));

Related Issue

    -expectedException.expectMessage("Reason for deletion cannot be empty");
    +expectedException.expectMessage(Context.getMessageSourceService()
    +      .getMessage("general.voidReason.empty"));

expectedException.expectMessage("Reason for deletion cannot be empty");

Checklist:

  • My pull request only contains one single commit.
  • My pull request is based on the latest master branch
    git pull --rebase upstream master.
  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.
  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@dkayiwa
Copy link
Member

dkayiwa commented Oct 27, 2020

@Tesla2678 did you see the travis build failure?

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