Skip to content

Commit e5763f1

Browse files
committed
feat: update test method name
1 parent d55782a commit e5763f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-storage/src/test/java/com/google/cloud/storage/StorageImplMockitoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ public void testWriterFailure() {
16711671
}
16721672

16731673
@Test
1674-
public void testAddNotification() {
1674+
public void testCreateNotification() {
16751675
doReturn(NOTIFICATION_INFO_01.toPb())
16761676
.when(storageRpcMock)
16771677
.createNotification(BUCKET_NAME1, NOTIFICATION_INFO_01.toPb());

0 commit comments

Comments
 (0)