Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Sep 6, 2023
1 parent 8eb7ed4 commit 2f8eaa5
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 data project \"\"", MailUtil.getSubjectTextBasedOnNotification(userNotification, null));
}

@Test
Expand Down

0 comments on commit 2f8eaa5

Please sign in to comment.