Skip to content

Commit

Permalink
feat: update test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Nov 26, 2020
1 parent d55782a commit e5763f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ public void testWriterFailure() {
}

@Test
public void testAddNotification() {
public void testCreateNotification() {
doReturn(NOTIFICATION_INFO_01.toPb())
.when(storageRpcMock)
.createNotification(BUCKET_NAME1, NOTIFICATION_INFO_01.toPb());
Expand Down

0 comments on commit e5763f1

Please sign in to comment.