jackhalfalltrades commented on code in PR #307:
URL: https://github.com/apache/atlas/pull/307#discussion_r1996123183


##########
notification/src/test/java/org/apache/atlas/notification/spool/AtlasFileSpoolTest.java:
##########
@@ -160,6 +160,10 @@ public void sendInternal(NotificationType type, 
List<String> messages) {
             publishedMessages.addAll(messages);
         }
 
+        @Override
+        public void sendInternal(String topic, List<String> messages) throws 
NotificationException {
+        }

Review Comment:
   No implementation in AtlasFileSpool, add test coverage in 
AbstractionNotification.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to