Skip to content

Commit a39ae68

Browse files
committed
missed one
1 parent 0f09119 commit a39ae68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/hyper-operation/spec/hyper-operation/execution_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def self.promise
4242
MyOperation.run(i: 1)
4343
.always { |failure| failure }
4444
.tap { MyOperation.promise.reject("promise rejected") }
45+
.value
4546
).to eq "promise rejected"
4647
end
4748

0 commit comments

Comments
 (0)