fix tests

This commit is contained in:
Chris Lu
2018-08-13 01:33:21 -07:00
parent 5c467083e5
commit ae9b81c18f

View File

@@ -15,6 +15,8 @@ func (f *Filer) NotifyUpdateEvent(oldEntry, newEntry *Entry) {
return
}
if msgqueue.Queue != nil {
msgqueue.Queue.SendMessage(
key,
&filer_pb.EventNotification{
@@ -23,6 +25,8 @@ func (f *Filer) NotifyUpdateEvent(oldEntry, newEntry *Entry) {
},
)
}
}
func toProtoEntry(entry *Entry) *filer_pb.Entry {