Skip to content

Commit

Permalink
revert spec change
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Mar 3, 2022
1 parent 45da29f commit 737aa31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ class HackyService < Resol::Service
param :count

def call
success!(:non_zero) unless count.zero?
success! unless count.zero?
HackyService.build(count + 1).call
success!(:zero)
end
end

Expand Down

0 comments on commit 737aa31

Please sign in to comment.