Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Mar 15, 2024
1 parent 90e4a8c commit 1654e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String getTextForSubmissionStatusUpdate(SubmissionAccount submissionAccou
.addGap(1)
.addText("Here is the update for your submission: ")
.addGap(1)
.addText("submission id: " + submissionId)
.addText("submission ID: " + submissionId)
.addLineBreak()
.addText("Submission Status: " + submissionStatus)
.addLineBreak()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void testGetTextForSubmissionStatusUpdateSuccess() {
"<br /><br />" +
"Here is the update for your submission: " +
"<br /><br />" +
"submission id: 12345<br />" +
"submission ID: 12345<br />" +
"Submission Status: UPLOADED<br />" +
"Result: <b><span style=\"color:green;\">SUCCESS</span></b>" +
"<br /><br /><br />" +
Expand All @@ -56,7 +56,7 @@ public void testGetTextForSubmissionStatusUpdateFailure() {
"<br /><br />" +
"Here is the update for your submission: " +
"<br /><br />" +
"submission id: 12345<br />" +
"submission ID: 12345<br />" +
"Submission Status: UPLOADED<br />" +
"Result: <b><span style=\"color:red;\">FAILED</span></b>" +
"<br /><br /><br />" +
Expand Down

0 comments on commit 1654e34

Please sign in to comment.