Commit 9c995725 authored by James Lopez's avatar James Lopez

fix typo in error message

parent e22b5cca
......@@ -19,7 +19,7 @@ module Gitlab
private
def serialize(_event, _query)
raise NotImplementedError.new("Expected #{self.name} to implement serialize(event)")
raise NotImplementedError.new("Expected #{self.name} to implement serialize(event, query)")
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment