Skip to content

Commit

Permalink
Make Atlas::Command::Base#content raise error correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed Sep 28, 2024
1 parent 22c95d9 commit dd2020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atlasq/command/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def initialize(search_terms)

# @return [String]
def content
NotImplementedError
raise NotImplementedError
end
end
end
Expand Down

0 comments on commit dd2020b

Please sign in to comment.