Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed Apr 5, 2021
1 parent 0f09119 commit a39ae68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def self.promise
MyOperation.run(i: 1)
.always { |failure| failure }
.tap { MyOperation.promise.reject("promise rejected") }
.value
).to eq "promise rejected"
end

Expand Down

0 comments on commit a39ae68

Please sign in to comment.