Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jul 28, 2023
1 parent 1775be3 commit 3b2bde7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void testSubjectRevokeRole() {
@Test
public void testSubjectRequestFileAccess() {
userNotification.setType(UserNotification.Type.REQUESTFILEACCESS);
assertEquals("LibraScholar: Access has been requested for a restricted file", MailUtil.getSubjectTextBasedOnNotification(userNotification, null));
assertEquals("LibraScholar: Access has been requested for a restricted file in dataset \"\"", MailUtil.getSubjectTextBasedOnNotification(userNotification, null));
}

@Test
Expand Down

0 comments on commit 3b2bde7

Please sign in to comment.