lib/cyclone_lariat/abstract/message.rb in cyclone_lariat-0.3.2 vs lib/cyclone_lariat/abstract/message.rb in cyclone_lariat-0.3.3

- old
+ new

@@ -57,11 +57,11 @@ type == other.type && client_error&.message == other.client_error&.message && client_error&.details == other.client_error&.details && version == other.version && sent_at.to_i == other.sent_at.to_i && - received_at.to_i == other.received_at.to_i - processed_at.to_i == other.processed_at.to_i + received_at.to_i == other.received_at.to_i && + processed_at.to_i == other.processed_at.to_i end def to_json(*args) hash = serialize hash[:type] = [kind, hash[:type]].join '_'