Skip to content

Commit

Permalink
Merge pull request #78 from apainintheneck/fix-not-implemented-error
Browse files Browse the repository at this point in the history
Make Atlas::Command::Base#content raise error correctly
  • Loading branch information
apainintheneck authored Sep 28, 2024
2 parents 744402d + 62c7a61 commit 7930d46
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 7930d46

Please sign in to comment.