We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55782a commit e5763f1Copy full SHA for e5763f1
1 file changed
google-cloud-storage/src/test/java/com/google/cloud/storage/StorageImplMockitoTest.java
@@ -1671,7 +1671,7 @@ public void testWriterFailure() {
1671
}
1672
1673
@Test
1674
- public void testAddNotification() {
+ public void testCreateNotification() {
1675
doReturn(NOTIFICATION_INFO_01.toPb())
1676
.when(storageRpcMock)
1677
.createNotification(BUCKET_NAME1, NOTIFICATION_INFO_01.toPb());
0 commit comments